summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/bsd.pkg.mk4
-rw-r--r--mk/bsd.pkg.update.mk5
2 files changed, 5 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 9e34196ae9e..ff750cddd9a 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1832 2006/06/04 06:09:36 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1833 2006/06/04 08:25:52 jlam Exp $
#
# This file is in the public domain.
#
@@ -59,8 +59,6 @@ build-defs-message: ${WRKDIR}
############################################################################
MKCRYPTO?= YES # build crypto packages by default
-NOCLEAN?= NO # don't clean up after update
-REINSTALL?= NO # reinstall upon update
CREATE_WRKDIR_SYMLINK?= yes # create a symlink to WRKOBJDIR
##### Variant spellings
diff --git a/mk/bsd.pkg.update.mk b/mk/bsd.pkg.update.mk
index 4971da75eb9..ef2247cf3b5 100644
--- a/mk/bsd.pkg.update.mk
+++ b/mk/bsd.pkg.update.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.update.mk,v 1.1 2006/06/03 23:11:42 jlam Exp $
+# $NetBSD: bsd.pkg.update.mk,v 1.2 2006/06/04 08:25:53 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and contains the targets
# and variables for "make update".
@@ -8,6 +8,9 @@
# reimplemented later.
#
+NOCLEAN?= NO # don't clean up after update
+REINSTALL?= NO # reinstall upon update
+
# The 'update' target can be used to update a package and all
# currently installed packages that depend upon this package.