From dc47401338ff6adbead39dabb5e226166bfcaded Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 15 Apr 2014 15:20:37 +0000 Subject: [PATCH] MFC r264420: Always install pkg.conf. Don't depend on MK_PKGBOOTSTRAP. git-svn-id: svn://svn.freebsd.org/base/stable/9@264503 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- etc/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index bd8828af8..958fb6172 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -228,9 +228,7 @@ distribution: ${_+_}cd ${.CURDIR}/devd; ${MAKE} install ${_+_}cd ${.CURDIR}/gss; ${MAKE} install ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install -.if ${MK_PKGBOOTSTRAP} != "no" ${_+_}cd ${.CURDIR}/pkg; ${MAKE} install -.endif ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install ${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall ${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap -- 2.45.0