1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Fix build after r237997.

This commit is contained in:
Gleb Smirnoff 2012-07-02 18:04:31 +00:00
parent 55fb7f3673
commit f2ed28480d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238010
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