svn commit: r230187 - stable/9/usr.sbin

Eitan Adler eadler at FreeBSD.org
Mon Jan 16 04:00:33 UTC 2012


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 <pierre at guinoiseau.eu>
  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


More information about the svn-src-all mailing list