summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-06-01 03:41:44 +0000
committerjlam <jlam@pkgsrc.org>2017-06-01 03:41:44 +0000
commit161312f30174653852642adcadbc62bab15c0da0 (patch)
tree6e540c9f20a62b5401a0134039046030b9563499 /mk
parentbd1bb3183fe8132465e25f685b88c0c037fcd40d (diff)
downloadpkgsrc-161312f30174653852642adcadbc62bab15c0da0.tar.gz
Toggle using pkgsrc/mk/smf.mk based on ${_USE_NEW_PKGINSTALL}.
Missing change from initial commit to provide the toggle for using the new frameworks to replace pkgsrc/mk/pkginstall.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 95efbb419a8..e71b00a64a0 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.2025 2017/06/01 02:15:10 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.2026 2017/06/01 03:41:44 jlam Exp $
#
# This file is in the public domain.
#
@@ -309,9 +309,11 @@ OVERRIDE_DIRDEPTH?= 2
# Handle alternative init systems
#
+.if ${_USE_NEW_PKGINSTALL:Uno} == "no"
.if ${INIT_SYSTEM} == "smf"
. include "smf.mk"
.endif
+.endif
# Define SMART_MESSAGES in /etc/mk.conf for messages giving the tree
# of dependencies for building, and the current target.