Fix build after r237997.

This commit is contained in:
glebius 2012-07-02 18:04:31 +00:00
parent fa5433f4d8
commit 318570688d
2 changed files with 2 additions and 1 deletions

View File

@ -385,6 +385,7 @@ __DEFAULT_YES_OPTIONS = \
OPENSSL \
PAM \
PF \
PKGBOOTSTRAP \
PKGTOOLS \
PMC \
PORTSNAP \

View File

@ -259,7 +259,7 @@ SUBDIR+= keyserv
SUBDIR+= ftp-proxy
.endif
.if ${PK_PKGBOOTSTRAP} != "no"
.if ${MK_PKGBOOTSTRAP} != "no"
SUBDIR+= pkg
.endif