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

Antoine Brodin antoine at FreeBSD.org
Sat Jan 9 19:09:16 UTC 2010


Author: antoine
Date: Sat Jan  9 19:09:16 2010
New Revision: 201927
URL: http://svn.freebsd.org/changeset/base/201927

Log:
  Add files to remove when MK_AT=no.

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jan  9 19:07:04 2010	(r201926)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jan  9 19:09:16 2010	(r201927)
@@ -58,6 +58,19 @@ OLD_FILES+=usr/share/man/man8/amd64/apm.
 OLD_FILES+=usr/share/man/man8/amd64/apmconf.8.gz
 .endif
 
+.if ${MK_AT} == no
+OLD_FILES+=usr/bin/at
+OLD_FILES+=usr/bin/atq
+OLD_FILES+=usr/bin/atrm
+OLD_FILES+=usr/bin/batch
+OLD_FILES+=usr/libexec/atrun
+OLD_FILES+=usr/share/man/man1/at.1.gz
+OLD_FILES+=usr/share/man/man1/atq.1.gz
+OLD_FILES+=usr/share/man/man1/atrm.1.gz
+OLD_FILES+=usr/share/man/man1/batch.1.gz
+OLD_FILES+=usr/share/man/man8/atrun.8.gz
+.endif
+
 #.if ${MK_ATM} == no
 # to be filled in
 #.endif


More information about the svn-src-all mailing list