svn commit: r264503 - stable/9/etc

Bryan Drewery bdrewery at FreeBSD.org
Tue Apr 15 15:20:38 UTC 2014


Author: bdrewery
Date: Tue Apr 15 15:20:37 2014
New Revision: 264503
URL: http://svnweb.freebsd.org/changeset/base/264503

Log:
  MFC r264420:
  
    Always install pkg.conf. Don't depend on MK_PKGBOOTSTRAP.

Modified:
  stable/9/etc/Makefile
Directory Properties:
  stable/9/etc/   (props changed)

Modified: stable/9/etc/Makefile
==============================================================================
--- stable/9/etc/Makefile	Tue Apr 15 15:18:32 2014	(r264502)
+++ stable/9/etc/Makefile	Tue Apr 15 15:20:37 2014	(r264503)
@@ -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


More information about the svn-src-stable-9 mailing list