summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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