diff options
author | glebius <glebius@FreeBSD.org> | 2012-07-02 18:04:31 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2012-07-02 18:04:31 +0000 |
commit | 318570688db0959de1066a50ce33e9893523c078 (patch) | |
tree | 61096d3986836c9d6070eb6a8200cf1dec75c268 /usr.sbin/Makefile | |
parent | fa5433f4d8df6b9a3fd2734772558c27c84da811 (diff) | |
download | FreeBSD-src-318570688db0959de1066a50ce33e9893523c078.zip FreeBSD-src-318570688db0959de1066a50ce33e9893523c078.tar.gz |
Fix build after r237997.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |