summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGreg Troxel <gdt@fnord.ir.bbn.com>2007-08-02 13:36:56 +0000
committerGreg Troxel <gdt@fnord.ir.bbn.com>2007-08-02 13:36:56 +0000
commit97cee877c2d3935a6e708dc5a63f43a29cc244ed (patch)
tree38d82b487d1a4e4aabcef2b76cb5b8176e34605b /Makefile.am
parent37ccd1467e8500699fb9047c5ba214f7ffbd1347 (diff)
Add --enable-solaris to descend into solaris-specific build directory.
While it doesn't take a long time to build, this is currently the only thing in the tree that doesn't work with BSD make, and there's no reason to build solaris package control files on other systems.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f6c09a19..96da94fa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
SUBDIRS = lib @ZEBRA@ @BGPD@ @RIPD@ @RIPNGD@ @OSPFD@ @OSPF6D@ \
@ISISD@ @WATCHQUAGGA@ @VTYSH@ @OSPFCLIENT@ doc m4 @pkgsrcdir@ \
- redhat solaris
+ redhat @SOLARIS@
DIST_SUBDIRS = lib zebra bgpd ripd ripngd ospfd ospf6d \
isisd watchquagga vtysh ospfclient doc m4 pkgsrc redhat tests \