summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2000-11-15 14:47:37 +0000
committerjoe <joe@FreeBSD.org>2000-11-15 14:47:37 +0000
commit418adb06fe2dbfb40af1dffd230b99e46e649bee (patch)
treeb48294c2f2790b459b4ad0fbd6cba3c541f05e78 /release
parentbd39d53f3470e5c6f0325556a077230347f27302 (diff)
downloadFreeBSD-src-418adb06fe2dbfb40af1dffd230b99e46e649bee.zip
FreeBSD-src-418adb06fe2dbfb40af1dffd230b99e46e649bee.tar.gz
Wrap the build options up into the crunch.conf file now that crunchgen
knows what to do with them.
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/bridge/crunch1/crunch.conf3
-rw-r--r--release/picobsd/bridge/crunch1/crunch.inc13
-rw-r--r--release/picobsd/custom/crunch1/crunch.inc13
-rw-r--r--release/picobsd/dial/crunch1/crunch.conf3
-rw-r--r--release/picobsd/dial/crunch1/crunch.inc12
-rw-r--r--release/picobsd/install/crunch1/crunch.conf3
-rw-r--r--release/picobsd/install/crunch1/crunch.inc12
-rw-r--r--release/picobsd/isp/crunch1/crunch.conf3
-rw-r--r--release/picobsd/isp/crunch1/crunch.inc12
-rw-r--r--release/picobsd/net/crunch1/crunch.conf8
-rw-r--r--release/picobsd/net/crunch1/crunch.inc13
-rw-r--r--release/picobsd/router/crunch1/crunch.conf3
-rw-r--r--release/picobsd/router/crunch1/crunch.inc12
13 files changed, 22 insertions, 88 deletions
diff --git a/release/picobsd/bridge/crunch1/crunch.conf b/release/picobsd/bridge/crunch1/crunch.conf
index 094d560..7b38456 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 eb78267..0000000
--- 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
diff --git a/release/picobsd/custom/crunch1/crunch.inc b/release/picobsd/custom/crunch1/crunch.inc
deleted file mode 100644
index 7f40721..0000000
--- a/release/picobsd/custom/crunch1/crunch.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-# You can add make variables and targets for the crunch building process
-# $FreeBSD$
-
-# Anything that you add to OPTS will be added to the build rules for each
-# program built.
-# i.e:
-# OPTS= -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC
-
-
-# Per program options can be added also by defining prog_OPTS:
-# ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
-
-#end
diff --git a/release/picobsd/dial/crunch1/crunch.conf b/release/picobsd/dial/crunch1/crunch.conf
index 847774b..d7caf9e 100644
--- a/release/picobsd/dial/crunch1/crunch.conf
+++ b/release/picobsd/dial/crunch1/crunch.conf
@@ -3,6 +3,9 @@
# NOTE1: 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/dial/crunch1/crunch.inc b/release/picobsd/dial/crunch1/crunch.inc
deleted file mode 100644
index 91ddee8..0000000
--- a/release/picobsd/dial/crunch1/crunch.inc
+++ /dev/null
@@ -1,12 +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...
-#ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
-
-#end
diff --git a/release/picobsd/install/crunch1/crunch.conf b/release/picobsd/install/crunch1/crunch.conf
index 3984f1c..3a45dc1 100644
--- a/release/picobsd/install/crunch1/crunch.conf
+++ b/release/picobsd/install/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/install/crunch1/crunch.inc b/release/picobsd/install/crunch1/crunch.inc
deleted file mode 100644
index 91ddee8..0000000
--- a/release/picobsd/install/crunch1/crunch.inc
+++ /dev/null
@@ -1,12 +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...
-#ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
-
-#end
diff --git a/release/picobsd/isp/crunch1/crunch.conf b/release/picobsd/isp/crunch1/crunch.conf
index 8b19d57..ecbf65e 100644
--- a/release/picobsd/isp/crunch1/crunch.conf
+++ b/release/picobsd/isp/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/isp/crunch1/crunch.inc b/release/picobsd/isp/crunch1/crunch.inc
deleted file mode 100644
index 91ddee8..0000000
--- a/release/picobsd/isp/crunch1/crunch.inc
+++ /dev/null
@@ -1,12 +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...
-#ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
-
-#end
diff --git a/release/picobsd/net/crunch1/crunch.conf b/release/picobsd/net/crunch1/crunch.conf
index eb48d54..587296f 100644
--- a/release/picobsd/net/crunch1/crunch.conf
+++ b/release/picobsd/net/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
@@ -23,11 +26,14 @@ progs sysctl route pwd_mkdb dev_mkdb
progs mount mount_msdos umount
progs kill mount_std natd
-progs pwd ppp telnet less
+progs pwd telnet less
ln less more
progs passwd date
progs mount_cd9660 mount_nfs ping traceroute routed ipfw
+progs ppp
+special ppp buildopts -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID -DHAVE_DES -DNORADIUS -DNOI4B
+
progs minigzip
ln minigzip gzip
ln mount_cd9660 cd9660
diff --git a/release/picobsd/net/crunch1/crunch.inc b/release/picobsd/net/crunch1/crunch.inc
deleted file mode 100644
index a8834f2..0000000
--- a/release/picobsd/net/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...
-
-ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
-
-#end
diff --git a/release/picobsd/router/crunch1/crunch.conf b/release/picobsd/router/crunch1/crunch.conf
index 5ab444d..5e655a2 100644
--- a/release/picobsd/router/crunch1/crunch.conf
+++ b/release/picobsd/router/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/router/crunch1/crunch.inc b/release/picobsd/router/crunch1/crunch.inc
deleted file mode 100644
index 91ddee8..0000000
--- a/release/picobsd/router/crunch1/crunch.inc
+++ /dev/null
@@ -1,12 +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...
-#ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID -DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
-
-#end
OpenPOWER on IntegriCloud