svn commit: r201923 - head/tools/build/mk
Antoine Brodin
antoine at FreeBSD.org
Sat Jan 9 19:02:33 UTC 2010
Author: antoine
Date: Sat Jan 9 19:02:33 2010
New Revision: 201923
URL: http://svn.freebsd.org/changeset/base/201923
Log:
Add files to remove when MK_ACCT=no.
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc Sat Jan 9 18:59:03 2010 (r201922)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc Sat Jan 9 19:02:33 2010 (r201923)
@@ -5,6 +5,17 @@
# the check-old and delete-old* targets.
#
+.if ${MK_ACCT} == no
+OLD_FILES+=etc/periodic/daily/310.accounting
+OLD_FILES+=etc/periodic/monthly/200.accounting
+OLD_FILES+=usr/sbin/ac
+OLD_FILES+=usr/sbin/accton
+OLD_FILES+=usr/sbin/sa
+OLD_FILES+=usr/share/man/man8/ac.8.gz
+OLD_FILES+=usr/share/man/man8/accton.8.gz
+OLD_FILES+=usr/share/man/man8/sa.8.gz
+.endif
+
.if ${MK_ACPI} == no
OLD_FILES+=usr/sbin/acpiconf
OLD_FILES+=usr/sbin/acpidb
More information about the svn-src-head
mailing list