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
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to