svn commit: r202923 - head/tools/build/mk

Antoine Brodin antoine at FreeBSD.org
Sun Jan 24 14:04:39 UTC 2010


Author: antoine
Date: Sun Jan 24 14:04:38 2010
New Revision: 202923
URL: http://svn.freebsd.org/changeset/base/202923

Log:
  Add files to remove when MK_CPP=no.

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Jan 24 12:37:30 2010	(r202922)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Jan 24 14:04:38 2010	(r202923)
@@ -624,9 +624,10 @@ OLD_FILES+=usr/share/man/man8/zfs.8.gz
 OLD_FILES+=usr/share/man/man8/zpool.8.gz
 .endif
 
-#.if ${MK_CPP} == no
-# to be filled in
-#.endif
+.if ${MK_CPP} == no
+OLD_FILES+=usr/bin/cpp
+OLD_FILES+=usr/share/man/man1/cpp.1.gz
+.endif
 
 #.if ${MK_CRYPT} == no
 # to be filled in


More information about the svn-src-all mailing list