summaryrefslogtreecommitdiffstats
path: root/release/picobsd/net
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2000-11-03 01:33:03 +0000
committerjoe <joe@FreeBSD.org>2000-11-03 01:33:03 +0000
commite25128632b7b00545b47fa3c13780912bbab2fea (patch)
tree9a31bfbbb6db2c42cc0d65266d2cfde9926ff140 /release/picobsd/net
parent33bdacce8c95705bf5fc4e9ee4031d3a75cf807a (diff)
downloadFreeBSD-src-e25128632b7b00545b47fa3c13780912bbab2fea.zip
FreeBSD-src-e25128632b7b00545b47fa3c13780912bbab2fea.tar.gz
Fold the buildopts into the existing crunch.inc file.
Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build options. Tools not policy. Move these global settings out into each picobsd distribution.
Diffstat (limited to 'release/picobsd/net')
-rw-r--r--release/picobsd/net/crunch1/buildopts.inc6
-rw-r--r--release/picobsd/net/crunch1/crunch.inc13
2 files changed, 13 insertions, 6 deletions
diff --git a/release/picobsd/net/crunch1/buildopts.inc b/release/picobsd/net/crunch1/buildopts.inc
deleted file mode 100644
index 8e83165..0000000
--- a/release/picobsd/net/crunch1/buildopts.inc
+++ /dev/null
@@ -1,6 +0,0 @@
-# $FreeBSD$
-
-OPTS= -DNOPAM
-ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
-
-#end
diff --git a/release/picobsd/net/crunch1/crunch.inc b/release/picobsd/net/crunch1/crunch.inc
new file mode 100644
index 0000000..a8834f2
--- /dev/null
+++ b/release/picobsd/net/crunch1/crunch.inc
@@ -0,0 +1,13 @@
+# $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...
+
+ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
+
+#end
OpenPOWER on IntegriCloud