svn commit: r204455 - head/tools/build/mk
Antoine Brodin
antoine at FreeBSD.org
Sun Feb 28 14:26:28 UTC 2010
Author: antoine
Date: Sun Feb 28 14:26:28 2010
New Revision: 204455
URL: http://svn.freebsd.org/changeset/base/204455
Log:
Add files to remove when MK_RCS=no.
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Sun Feb 28 14:24:38 2010 (r204454)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Sun Feb 28 14:26:28 2010 (r204455)
@@ -1778,9 +1778,30 @@ OLD_FILES+=usr/share/man/man8/rlogind.8.
OLD_FILES+=usr/share/man/man8/rshd.8.gz
.endif
-#.if ${MK_RCS} == no
-# to be filled in
-#.endif
+.if ${MK_RCS} == no
+OLD_FILES+=usr/bin/ci
+OLD_FILES+=usr/bin/co
+OLD_FILES+=usr/bin/ident
+OLD_FILES+=usr/bin/merge
+OLD_FILES+=usr/bin/rcs
+OLD_FILES+=usr/bin/rcsclean
+OLD_FILES+=usr/bin/rcsdiff
+OLD_FILES+=usr/bin/rcsfreeze
+OLD_FILES+=usr/bin/rcsmerge
+OLD_FILES+=usr/bin/rlog
+OLD_FILES+=usr/share/man/man1/ci.1.gz
+OLD_FILES+=usr/share/man/man1/co.1.gz
+OLD_FILES+=usr/share/man/man1/ident.1.gz
+OLD_FILES+=usr/share/man/man1/merge.1.gz
+OLD_FILES+=usr/share/man/man1/rcs.1.gz
+OLD_FILES+=usr/share/man/man1/rcsclean.1.gz
+OLD_FILES+=usr/share/man/man1/rcsdiff.1.gz
+OLD_FILES+=usr/share/man/man1/rcsfreeze.1.gz
+OLD_FILES+=usr/share/man/man1/rcsintro.1.gz
+OLD_FILES+=usr/share/man/man1/rcsmerge.1.gz
+OLD_FILES+=usr/share/man/man1/rlog.1.gz
+OLD_FILES+=usr/share/man/man5/rcsfile.5.gz
+.endif
#.if ${MK_RESCUE} == no
# to be filled in or replaced with a special target
More information about the svn-src-head
mailing list