freebsd-dev/release/picobsd/bridge/crunch1/crunch.inc
Josef Karthauser 095aac1a86 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.
2000-11-03 01:33:03 +00:00

14 lines
340 B
PHP

# $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