svn commit: r238010 - in head: share/mk usr.sbin
Gleb Smirnoff
glebius at FreeBSD.org
Mon Jul 2 18:04:31 UTC 2012
Author: glebius
Date: Mon Jul 2 18:04:31 2012
New Revision: 238010
URL: http://svn.freebsd.org/changeset/base/238010
Log:
Fix build after r237997.
Modified:
head/share/mk/bsd.own.mk
head/usr.sbin/Makefile
Modified: head/share/mk/bsd.own.mk
==============================================================================
--- head/share/mk/bsd.own.mk Mon Jul 2 17:55:29 2012 (r238009)
+++ head/share/mk/bsd.own.mk Mon Jul 2 18:04:31 2012 (r238010)
@@ -385,6 +385,7 @@ __DEFAULT_YES_OPTIONS = \
OPENSSL \
PAM \
PF \
+ PKGBOOTSTRAP \
PKGTOOLS \
PMC \
PORTSNAP \
Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile Mon Jul 2 17:55:29 2012 (r238009)
+++ head/usr.sbin/Makefile Mon Jul 2 18:04:31 2012 (r238010)
@@ -259,7 +259,7 @@ SUBDIR+= keyserv
SUBDIR+= ftp-proxy
.endif
-.if ${PK_PKGBOOTSTRAP} != "no"
+.if ${MK_PKGBOOTSTRAP} != "no"
SUBDIR+= pkg
.endif
More information about the svn-src-head
mailing list