summaryrefslogtreecommitdiff
path: root/mk/build
diff options
context:
space:
mode:
Diffstat (limited to 'mk/build')
-rw-r--r--mk/build/bsd.build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/build/bsd.build.mk b/mk/build/bsd.build.mk
index 3deceae0dc8..66a648f6faf 100644
--- a/mk/build/bsd.build.mk
+++ b/mk/build/bsd.build.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.build.mk,v 1.3 2006/07/05 22:21:02 jlam Exp $
+# $NetBSD: bsd.build.mk,v 1.4 2006/07/06 17:22:13 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to building sources for a package.
@@ -29,7 +29,7 @@ _TEST_COOKIE= ${WRKDIR}/.test_done
build:
@${DO_NADA}
. else
-build: configure build-cookie
+build: configure build-cookie pkginstall
. endif
.endif