diff options
author | ngie <ngie@FreeBSD.org> | 2015-02-11 09:16:17 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-02-11 09:16:17 +0000 |
commit | 8d9631da62f92077e7552eb34c230b89e558d1e4 (patch) | |
tree | 8cb0e50d074d93604b62fab1faca987a7d5e7269 /tools/build | |
parent | a85afe0d7d2b447ecd19af041628fb5963af8d4d (diff) | |
download | FreeBSD-src-8d9631da62f92077e7552eb34c230b89e558d1e4.zip FreeBSD-src-8d9631da62f92077e7552eb34c230b89e558d1e4.tar.gz |
MFC r277736:
r277736:
Honor MK_ACCT with etc/rc.d/accounting
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 0d9ef9a..b2cc2ae 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -6,6 +6,7 @@ # .if ${MK_ACCT} == no +OLD_FILES+=etc/rc.d/accounting OLD_FILES+=etc/periodic/daily/310.accounting OLD_FILES+=usr/sbin/accton OLD_FILES+=usr/sbin/sa |