summaryrefslogtreecommitdiffstats
path: root/solaris/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Solaris Package files: Rename Quagga to FRRMartin Winter2017-01-191-9/+9
| | | | Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
* delete CVS keywordsDenis Ovsienko2011-09-271-1/+0
|
* [build] cleanup low-hanging autoreconf warningsJeremy Jackson2009-06-191-9/+9
| | | | | | | | | Some uses of GNU make extensions were not necessary. There are still some, but they might exist as workarounds for older versions of autoconf that have since been solved. Lesson learned: implicit target rules have opposite order to pattern target rules.
* [solaris] add missing makefile.am dependencyPaul Jakma2008-01-131-1/+1
| | | | | | | | 2008-01-13 Paul Jakma <paul.jakma@sun.com> * Makefile.am: pkg target should depend on the 'depend.%' files. Crops up now that solaris/ doesn't get descended into by general Quagga build.
* note the use of GNU make extensions.Greg Troxel2007-08-021-1/+3
|
* [solaris] version depend files, auto-generate. Start zebra when needed.Paul Jakma2006-02-191-4/+8
| | | | | | | | | | | | | | 2006-02-19 Paul Jakma <paul.jakma@sun.com> * depend.*: renamed to depend.*.in. * depend.*.in: Add version dependency. * Makefile.am: Generate depend.* from depend.*.in Distribute the depend.*.in files rather than the depend.* files. * quagga.init.in: Enable zebra if one of the link-state daemons is started. Restart method is not required - SMF handles that. * quagga.xml.in: Remove restart method details.
* 2005-05-13 Paul Jakma <paul.jakma@sun.com>paul2005-05-131-2/+2
| | | | | | | | | * 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
* 2005-04-26 Paul Jakma <paul.jakma@sun.com>paul2005-04-261-2/+2
| | | | | | | | | | | * quagga.xml.in: New, better, single integrated manifest for all the services, courtesy of alan.maguire@sun.com. * {{ospf,ospf6,rip,ripng,bgp}d,zebra}.xml.in: removed due to previous * quagga.init.in: Use the package tarname for properties, use the correct daemon name variable. * Makefile.am: Updated to match single manifest * prototype.daemons.in: ditto
* 2005-04-21 Paul Jakma <paul.jakma@sun.com>paul2005-04-211-2/+2
| | | | | * Makefile.am: pkginfo.%.tmpl is a generated file, srcdir prefix is not appropriate.
* 2005-04-13 Paul Jakma <paul.jakma@sun.com>paul2005-04-131-4/+3
| | | | | * Makefile.am: {i,r}.manifest are (or will be) system provided files and not in CVS, hence dont depend on them or distribute them.
* 2005-04-11 Paul Jakma <paul.jakma@sun.com>paul2005-04-111-2/+2
| | | | | * Makefile.am: README.txt to EXTRA_DIST * README.txt: new file, package creation, install, usage notes.
* 2005-04-11 Paul Jakma <paul.jakma@sun.com>paul2005-04-111-0/+120
* (all) Initial check-in of files for building S10 packages * protototype.*.in: package prototype files for SysV packages * *.xml.in: SMF manifests for Quagga daemons * pkginfo.*.tmpl.in: daemon specific pkginfo, refererenced by prototype files. * pkginfo.tmpl.in: Quagga common pkginfo bits * quagga.init.in: SMF method script * Makefile.am: Automake file for building packages * depend.*: Solaris 10 dependencies for packages, referenced by prototype files. * .cvsignore: no idea what this is for...