svn commit: r263051 - stable/9/etc

Glen Barber gjb at FreeBSD.org
Tue Mar 11 21:48:30 UTC 2014


Author: gjb
Date: Tue Mar 11 21:48:30 2014
New Revision: 263051
URL: http://svnweb.freebsd.org/changeset/base/263051

Log:
  Revert r263047 now that the missing commit was merged for pkg(7)
  updates.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/etc/Makefile

Modified: stable/9/etc/Makefile
==============================================================================
--- stable/9/etc/Makefile	Tue Mar 11 21:46:26 2014	(r263050)
+++ stable/9/etc/Makefile	Tue Mar 11 21:48:30 2014	(r263051)
@@ -228,9 +228,9 @@ 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
+.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