From 62264d0d4722d204b53dfb4035e83dc87f756bb3 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Tue, 15 Apr 2014 15:18:32 +0000 Subject: MFC r264420: Always install pkg.conf. Don't depend on MK_PKGBOOTSTRAP. --- etc/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index 70a1e2a..55ecee9 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -225,9 +225,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 -- cgit v1.1