summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-04-13 20:21:56 +0000
committerbdrewery <bdrewery@FreeBSD.org>2014-04-13 20:21:56 +0000
commitf53a57bcab03b6dd867e85c4243ac4a1c2c83c13 (patch)
treef8108764936fb81835eb8a47597d8229ca563015 /etc/Makefile
parent1c0b908439c56166b7ffa60fb999317c4cf643b7 (diff)
downloadFreeBSD-src-f53a57bcab03b6dd867e85c4243ac4a1c2c83c13.zip
FreeBSD-src-f53a57bcab03b6dd867e85c4243ac4a1c2c83c13.tar.gz
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)
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index b4d0ea0..9ca3f2d 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
OpenPOWER on IntegriCloud