summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>1999-12-15 11:50:49 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>1999-12-15 11:50:49 +0000
commitf21ae99cfd05082f637227bc1069f5d3dd9b74ec (patch)
tree229c4fc05c29da30d954151d494c9009ac9e9649
parent7a58de90d28edb4acb4c84ce635dd3ac8e4d36e4 (diff)
Notes
-rw-r--r--release/picobsd/isp/crunch1/Makefile2
-rw-r--r--release/picobsd/net/crunch1/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/isp/crunch1/Makefile b/release/picobsd/isp/crunch1/Makefile
index e5b52d46b00b..d6830bfaef1b 100644
--- a/release/picobsd/isp/crunch1/Makefile
+++ b/release/picobsd/isp/crunch1/Makefile
@@ -7,7 +7,7 @@ all: crunch
crunch:
@cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch1.conf
- @crunchgen ./crunch1.conf
+ @sh -c "NOPAM=1; export NOPAM; crunchgen ./crunch1.conf"
@${MAKE} -f crunch1.mk -DNOPAM all \
"CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null
diff --git a/release/picobsd/net/crunch1/Makefile b/release/picobsd/net/crunch1/Makefile
index efc1a696b28a..9efdedaa54a8 100644
--- a/release/picobsd/net/crunch1/Makefile
+++ b/release/picobsd/net/crunch1/Makefile
@@ -7,7 +7,7 @@ all: crunch
crunch:
@cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch1.conf
- @crunchgen ./crunch1.conf
+ @sh -c "NOPAM=1; export NOPAM; crunchgen ./crunch1.conf"
@${MAKE} -f crunch1.mk -DNOPAM all \
"CFLAGS=${CFLAGS} -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT -DNOYPPASSWD" #2>&1 >/dev/null