summaryrefslogtreecommitdiffstats
path: root/release/picobsd/net/crunch1
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-10-15 21:40:07 +0000
committerabial <abial@FreeBSD.org>1998-10-15 21:40:07 +0000
commite8799dedf6b7473d0987a29b908ba35cf6fedf0f (patch)
treeb239a2d5cf92ce8a1a2c6eb340e61e116d25ac9c /release/picobsd/net/crunch1
parenta7c40510bca20b5fbd712824708ba2eadcfc4bc0 (diff)
downloadFreeBSD-src-e8799dedf6b7473d0987a29b908ba35cf6fedf0f.zip
FreeBSD-src-e8799dedf6b7473d0987a29b908ba35cf6fedf0f.tar.gz
Various fixups and corrections to match the 3.0-RELEASE tree.
The PicoBSD version is now 0.42.
Diffstat (limited to 'release/picobsd/net/crunch1')
-rw-r--r--release/picobsd/net/crunch1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/net/crunch1/Makefile b/release/picobsd/net/crunch1/Makefile
index f356c9d..0966f38 100644
--- a/release/picobsd/net/crunch1/Makefile
+++ b/release/picobsd/net/crunch1/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.3 1998/08/10 19:39:06 abial Exp $
+# $Id: Makefile,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $
#
SRC?=/usr/src
@@ -15,7 +15,7 @@ crunch:
@cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch1.conf
@crunchgen ./crunch1.conf
@${MAKE} -f crunch1.mk all \
- "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" 2>&1 >/dev/null
+ "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null
clean:
@if [ -f .patched ]; then \
OpenPOWER on IntegriCloud