svn commit: r264502 - stable/10/etc

Bryan Drewery bdrewery at FreeBSD.org
Tue Apr 15 15:18:33 UTC 2014


Author: bdrewery
Date: Tue Apr 15 15:18:32 2014
New Revision: 264502
URL: http://svnweb.freebsd.org/changeset/base/264502

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

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

Modified: stable/10/etc/Makefile
==============================================================================
--- stable/10/etc/Makefile	Tue Apr 15 15:11:10 2014	(r264501)
+++ stable/10/etc/Makefile	Tue Apr 15 15:18:32 2014	(r264502)
@@ -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


More information about the svn-src-all mailing list