From 418adb06fe2dbfb40af1dffd230b99e46e649bee Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 15 Nov 2000 14:47:37 +0000 Subject: Wrap the build options up into the crunch.conf file now that crunchgen knows what to do with them. --- release/picobsd/bridge/crunch1/crunch.conf | 3 +++ release/picobsd/bridge/crunch1/crunch.inc | 13 ------------- release/picobsd/custom/crunch1/crunch.inc | 13 ------------- release/picobsd/dial/crunch1/crunch.conf | 3 +++ release/picobsd/dial/crunch1/crunch.inc | 12 ------------ release/picobsd/install/crunch1/crunch.conf | 3 +++ release/picobsd/install/crunch1/crunch.inc | 12 ------------ release/picobsd/isp/crunch1/crunch.conf | 3 +++ release/picobsd/isp/crunch1/crunch.inc | 12 ------------ release/picobsd/net/crunch1/crunch.conf | 8 +++++++- release/picobsd/net/crunch1/crunch.inc | 13 ------------- release/picobsd/router/crunch1/crunch.conf | 3 +++ release/picobsd/router/crunch1/crunch.inc | 12 ------------ 13 files changed, 22 insertions(+), 88 deletions(-) delete mode 100644 release/picobsd/bridge/crunch1/crunch.inc delete mode 100644 release/picobsd/custom/crunch1/crunch.inc delete mode 100644 release/picobsd/dial/crunch1/crunch.inc delete mode 100644 release/picobsd/install/crunch1/crunch.inc delete mode 100644 release/picobsd/isp/crunch1/crunch.inc delete mode 100644 release/picobsd/net/crunch1/crunch.inc delete mode 100644 release/picobsd/router/crunch1/crunch.inc (limited to 'release') 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 -- cgit v1.1