From eed74b2360e08a47bdae736e63f5149f94600bc5 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sun, 13 Apr 2014 20:21:56 +0000 Subject: [PATCH] Always install pkg.conf. Don't depend on MK_PKGBOOTSTRAP. This file is used by pkg(8) from ports as well. Someone may choose to not install pkg(7) but still want to consume official packages by building or installing pkg(8) manually. Discussed with: bapt MFC after: 1 day (Working on EN) --- etc/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index b4d0ea054c3..9ca3f2d63c0 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -231,9 +231,7 @@ distribution: .endif ${_+_}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