diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-03 02:57:50 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-03 02:57:50 +0000 |
commit | abd433283354976bde98e952dc9509c10c2a9ab4 (patch) | |
tree | 7e64bada508b0b31c1635f89e4879762b2f6fbd3 | |
parent | 580040cdedb2a7dd5a5f75386bf5f21dacfd3bd6 (diff) | |
download | FreeBSD-src-abd433283354976bde98e952dc9509c10c2a9ab4.zip FreeBSD-src-abd433283354976bde98e952dc9509c10c2a9ab4.tar.gz |
- Remove more files when MK_QUOTAS == no
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index a6fb8f8..d445d5f 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -6138,6 +6138,21 @@ OLD_FILES+=usr/lib/private/libldns_p.a OLD_FILES+=usr/lib/private/libssh_p.a .endif +.if ${MK_QUOTAS} == no +OLD_FILES+=sbin/quotacheck +OLD_FILES+=usr/bin/quota +OLD_FILES+=usr/sbin/edquota +OLD_FILES+=usr/sbin/quotaoff +OLD_FILES+=usr/sbin/quotaon +OLD_FILES+=usr/sbin/repquota +OLD_FILES+=usr/share/man/man1/quota.1.gz +OLD_FILES+=usr/share/man/man8/edquota.8.gz +OLD_FILES+=usr/share/man/man8/quotacheck.8.gz +OLD_FILES+=usr/share/man/man8/quotaoff.8.gz +OLD_FILES+=usr/share/man/man8/quotaon.8.gz +OLD_FILES+=usr/share/man/man8/repquota.8.gz +.endif + .if ${MK_RCMDS} == no OLD_FILES+=bin/rcp OLD_FILES+=etc/rc.d/rwho |