summaryrefslogtreecommitdiffstats
path: root/solaris/Makefile.am
diff options
context:
space:
mode:
authorpaul <paul>2005-05-13 09:26:07 +0200
committerpaul <paul>2005-05-13 09:26:07 +0200
commit65c1cafd3a23ee877d184f03b1c36f0bf5a9db01 (patch)
tree1427c6bc6ee903b1bfc125f72de5215ee8bfb49c /solaris/Makefile.am
parent- Forgot to commit ChangeLog (diff)
downloadfrr-65c1cafd3a23ee877d184f03b1c36f0bf5a9db01.tar.xz
frr-65c1cafd3a23ee877d184f03b1c36f0bf5a9db01.zip
2005-05-13 Paul Jakma <paul.jakma@sun.com>
* prototype.daemons.in: Move the Solaris 10 SMF specific stuff to a seperate package. * depend.smf: dependencies for smf package * pkginfo.smf.tmpl.in: pkginfo for smf * prototype.smf.in: prototype for smf * Makefile.am: Add smf to pkg_names
Diffstat (limited to 'solaris/Makefile.am')
-rw-r--r--solaris/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/solaris/Makefile.am b/solaris/Makefile.am
index 9fc63111e..82da3145b 100644
--- a/solaris/Makefile.am
+++ b/solaris/Makefile.am
@@ -1,11 +1,11 @@
# Solaris packages automake file
-# $Id: Makefile.am,v 1.5 2005/04/26 02:35:03 paul Exp $
+# $Id: Makefile.am,v 1.6 2005/05/13 07:26:07 paul Exp $
.PHONY: packages
# the names of the various subpackages, and some convenient
# derived variables.
-pkg_names = daemons dev doc libs
+pkg_names = daemons dev doc libs smf
pkg_quagga_daemons = zebra bgpd ospfd ospf6d ripd ripngd
pkg_name_rev = @PACKAGE_VERSION@-@CONFDATE@-@target_os@-@target_cpu@
pkg_depends := $(pkg_names:%=depend.%)