summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2012-07-02 18:04:31 +0000
committerglebius <glebius@FreeBSD.org>2012-07-02 18:04:31 +0000
commit318570688db0959de1066a50ce33e9893523c078 (patch)
tree61096d3986836c9d6070eb6a8200cf1dec75c268
parentfa5433f4d8df6b9a3fd2734772558c27c84da811 (diff)
downloadFreeBSD-src-318570688db0959de1066a50ce33e9893523c078.zip
FreeBSD-src-318570688db0959de1066a50ce33e9893523c078.tar.gz
Fix build after r237997.
-rw-r--r--share/mk/bsd.own.mk1
-rw-r--r--usr.sbin/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index aadd492..ba4a896 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -385,6 +385,7 @@ __DEFAULT_YES_OPTIONS = \
OPENSSL \
PAM \
PF \
+ PKGBOOTSTRAP \
PKGTOOLS \
PMC \
PORTSNAP \
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 69dc01f..c16821f 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -259,7 +259,7 @@ SUBDIR+= keyserv
SUBDIR+= ftp-proxy
.endif
-.if ${PK_PKGBOOTSTRAP} != "no"
+.if ${MK_PKGBOOTSTRAP} != "no"
SUBDIR+= pkg
.endif
OpenPOWER on IntegriCloud