aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd/bridge
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2000-11-15 14:47:37 +0000
committerJosef Karthauser <joe@FreeBSD.org>2000-11-15 14:47:37 +0000
commitcc80a61ac010c44a82cabfa7a439687df98bdb42 (patch)
tree305e1ca0b5ec8229a0430bf82ffd4046e0e064f3 /release/picobsd/bridge
parentcb17760de7332a4297d711444ae2c1e1693bb233 (diff)
downloadsrc-cc80a61ac010c44a82cabfa7a439687df98bdb42.tar.gz
src-cc80a61ac010c44a82cabfa7a439687df98bdb42.zip
Wrap the build options up into the crunch.conf file now that crunchgen
knows what to do with them.
Notes
Notes: svn path=/head/; revision=68752
Diffstat (limited to 'release/picobsd/bridge')
-rw-r--r--release/picobsd/bridge/crunch1/crunch.conf3
-rw-r--r--release/picobsd/bridge/crunch1/crunch.inc13
2 files changed, 3 insertions, 13 deletions
diff --git a/release/picobsd/bridge/crunch1/crunch.conf b/release/picobsd/bridge/crunch1/crunch.conf
index 094d5607b455..7b3845621c71 100644
--- a/release/picobsd/bridge/crunch1/crunch.conf
+++ b/release/picobsd/bridge/crunch1/crunch.conf
@@ -4,6 +4,9 @@
# NOTE: the string "/usr/src" will be automatically replaced with the
# correct value set in 'build' script - you should change it there
+# Default build options.
+buildopts -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC
+
# other sources
srcdirs /usr/src/bin
srcdirs /usr/src/sbin/i386
diff --git a/release/picobsd/bridge/crunch1/crunch.inc b/release/picobsd/bridge/crunch1/crunch.inc
deleted file mode 100644
index eb7826768a78..000000000000
--- a/release/picobsd/bridge/crunch1/crunch.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-# Anything that you add to OPTS will be added to the build rules for each
-# program built.
-
-OPTS= -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC
-
-
-# Per program options can be added also...
-# i.e.
-# ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
-
-#end