summaryrefslogtreecommitdiffstats
path: root/release/picobsd/net
diff options
context:
space:
mode:
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