From bdc410e54d4a230c9201e7e3e9f9700fa2071b73 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 8 Feb 2000 08:29:18 +0000 Subject: [PATCH] Add a new file to be included by the makefiles used by crunchgen (this is a convenient place to put Make variables until we add a -D option to crunchgen). Approved-By: jordan --- release/picobsd/build/crunch.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 release/picobsd/build/crunch.inc diff --git a/release/picobsd/build/crunch.inc b/release/picobsd/build/crunch.inc new file mode 100644 index 000000000000..17fa5a040d78 --- /dev/null +++ b/release/picobsd/build/crunch.inc @@ -0,0 +1,6 @@ +# header file for crunch1.mk +RELEASE_CRUNCH=yes +NOCRYPT=yes +NOPAM=yes +NOSECURE=yes +NONETGRAPH=yes