diff options
author | tv <tv@pkgsrc.org> | 2005-01-24 13:21:13 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-24 13:21:13 +0000 |
commit | 51a7a67d0825b70eeff745db101b279542ada28b (patch) | |
tree | b93a2716a5393eb9c27d2c7e06d09ffef85cb8d6 /mk | |
parent | d004e03093c10a8eff0350dfc0493160601bfefc (diff) | |
download | pkgsrc-51a7a67d0825b70eeff745db101b279542ada28b.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-example | 4 |
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 |