summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-06 15:43:10 +0000
committerjlam <jlam@pkgsrc.org>2006-07-06 15:43:10 +0000
commit50170b85af631f3fbe691ce5bb8420137a1cd1d0 (patch)
treec0646986c652aa9ca27079e9f01603cfd7436c66 /mk/bsd.pkg.mk
parent016df6008c9b65becbf7571e47915c86bb72dd6f (diff)
downloadpkgsrc-50170b85af631f3fbe691ce5bb8420137a1cd1d0.tar.gz
Move inclusion of bsd.pkg.barrier.mk under the .MAIN target because
bsd.pkg.barrier.mk uses the "make()" test expression. Also, include "all" as a post-barrier target since it is implicitly the ".MAIN" target when a user just types "make" in a package directory.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index ce9a981da3e..bc3df09e4b3 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1860 2006/07/05 23:27:34 rillig Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1861 2006/07/06 15:43:10 jlam Exp $
#
# This file is in the public domain.
#
@@ -463,9 +463,6 @@ USE_TOOLS+= shlock sleep
# Tools
.include "../../mk/tools/bsd.tools.mk"
-# Barrier
-.include "../../mk/bsd.pkg.barrier.mk"
-
# Unprivileged builds
.include "../../mk/unprivileged.mk"
@@ -514,6 +511,9 @@ PATH= ${_PATH_CMD:sh} # DOES NOT use :=, to defer evaluation
.MAIN: all
+# Barrier
+.include "../../mk/bsd.pkg.barrier.mk"
+
################################################################
# Many ways to disable a package.
#