095aac1a86
Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build options. Tools not policy. Move these global settings out into each picobsd distribution.
14 lines
340 B
PHP
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
|