diff options
author | antoine <antoine@FreeBSD.org> | 2010-01-09 19:02:33 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2010-01-09 19:02:33 +0000 |
commit | 5a2e2b97d2ace2fcf382252a646ea7d495a53063 (patch) | |
tree | 6e8a692e88be9224ca22afd9d62d9da161091767 /tools | |
parent | b6979a107d2a02eeb223de50cac5d7d883c778b5 (diff) | |
download | FreeBSD-src-5a2e2b97d2ace2fcf382252a646ea7d495a53063.zip FreeBSD-src-5a2e2b97d2ace2fcf382252a646ea7d495a53063.tar.gz |
Add files to remove when MK_ACCT=no.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index e8c1f1f..01d7096 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -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 |