From 65c1cafd3a23ee877d184f03b1c36f0bf5a9db01 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 13 May 2005 07:26:07 +0000 Subject: 2005-05-13 Paul Jakma * 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 --- solaris/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solaris/Makefile.am') 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.%) -- cgit v1.2.1