summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.update.mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-04 08:25:52 +0000
committerjlam <jlam>2006-06-04 08:25:52 +0000
commitd2d9e2ab55c3d365ff46f42582cb337390616eb9 (patch)
tree00a03692d36cda115f91b4d3370bc4a0856194b7 /mk/bsd.pkg.update.mk
parentbcf3b3bbee6c33bfc8e2174ed2b04245b6652914 (diff)
downloadpkgsrc-d2d9e2ab55c3d365ff46f42582cb337390616eb9.tar.gz
Move some "update"-only variables from bsd.pkg.mk to bsd.pkg.update.mk.
Diffstat (limited to 'mk/bsd.pkg.update.mk')
-rw-r--r--mk/bsd.pkg.update.mk5
1 files changed, 4 insertions, 1 deletions
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.