Author: eadler (ports committer) Date: Mon Jan 16 04:00:32 2012 New Revision: 230187 URL: http://svn.freebsd.org/changeset/base/230187
Log: - Listen to WITHOUT_SYSINSTALL PR: bin/164185 Submitted by: Pierre Guinoiseau <[email protected]> Reviewed by: imp Approved by: cperciva MFC After 3 days Modified: stable/9/usr.sbin/Makefile Modified: stable/9/usr.sbin/Makefile ============================================================================== --- stable/9/usr.sbin/Makefile Mon Jan 16 03:42:40 2012 (r230186) +++ stable/9/usr.sbin/Makefile Mon Jan 16 04:00:32 2012 (r230187) @@ -290,7 +290,9 @@ SUBDIR+= praliases SUBDIR+= sendmail .endif +.if ${MK_SYSINSTALL} != "no" SUBDIR+= sysinstall +.endif .if ${MK_TOOLCHAIN} != "no" SUBDIR+= config _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
