summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv>2005-01-24 13:21:13 +0000
committertv <tv>2005-01-24 13:21:13 +0000
commitdb0a9ddc6dfa9e06e9a31f7b181bf628a219c43f (patch)
treeb93a2716a5393eb9c27d2c7e06d09ffef85cb8d6 /mk
parentd52cbfe1724aca4915d4ab3cd1fccc1d77caf39c (diff)
downloadpkgsrc-db0a9ddc6dfa9e06e9a31f7b181bf628a219c43f.tar.gz
Not all OS's have all the checksum tools available to make MKSUMS=yes work.
Default it to "no" instead.
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/build.conf-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example
index f17b08ecada..cb87a4a010a 100644
--- a/mk/bulk/build.conf-example
+++ b/mk/bulk/build.conf-example
@@ -1,5 +1,5 @@
# build.conf
-# $NetBSD: build.conf-example,v 1.24 2005/01/24 13:08:19 jschauma Exp $
+# $NetBSD: build.conf-example,v 1.25 2005/01/24 13:21:13 tv Exp $
#
# config file in /bin/sh syntax for {,pre,post}-build
#
@@ -66,7 +66,7 @@ RSYNC_OPTS='-e ssh'
NICE_LEVEL="nice -n 20"
# Whether or not to create checksum files
-MKSUMS=yes
+MKSUMS=no
# If you want to PGP sign the checksum files, set and correct
#SIGN_AS=username@NetBSD.org