summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-04-05 14:00:33 +0000
committertv <tv@pkgsrc.org>2005-04-05 14:00:33 +0000
commitf8bc76558e49884d01341a49255cc3d8385f4099 (patch)
treebe3b335b69769049b745627cc0ccc69736645fce /mk
parent9e9adc5b33650dec323b17df5dbafef37b48d7c9 (diff)
downloadpkgsrc-f8bc76558e49884d01341a49255cc3d8385f4099.tar.gz
Always include wrapper/bl3, period, even if NO_BUILD.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index d04db8e1565..c7264ea9784 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1607 2005/04/05 03:18:00 minskim Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1608 2005/04/05 14:00:33 tv Exp $
#
# This file is in the public domain.
#
@@ -928,9 +928,7 @@ USE_LANGUAGES?= # empty
.include "../../mk/tools.mk"
-.if !defined(NO_BUILD)
-. include "../../mk/wrapper/bsd.wrapper.mk"
-.endif
+.include "../../mk/wrapper/bsd.wrapper.mk"
.if defined(RECOMMENDED)
. if !empty(IGNORE_RECOMMENDED:M[nN][oO])