From cd6b321416c4ff5ec045dd8b9e40c7388e409584 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 6 Jul 2006 17:22:13 +0000 Subject: Always run the "pkginstall" step even if NO_BUILD is specified. --- mk/build/bsd.build.mk | 4 ++-- 1 file 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 -- cgit v1.2.3