From 318570688db0959de1066a50ce33e9893523c078 Mon Sep 17 00:00:00 2001 From: glebius Date: Mon, 2 Jul 2012 18:04:31 +0000 Subject: Fix build after r237997. --- share/mk/bsd.own.mk | 1 + usr.sbin/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.1