diff options
author | paul <paul> | 2005-05-13 07:26:07 +0000 |
---|---|---|
committer | paul <paul> | 2005-05-13 07:26:07 +0000 |
commit | 65c1cafd3a23ee877d184f03b1c36f0bf5a9db01 (patch) | |
tree | 1427c6bc6ee903b1bfc125f72de5215ee8bfb49c /solaris/Makefile.am | |
parent | cbc6d742aeb8b31580fca1e7e959da4e06e3e468 (diff) |
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.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solaris/Makefile.am b/solaris/Makefile.am index 9fc63111..82da3145 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.%) |