diff options
author | antoine <antoine@FreeBSD.org> | 2010-01-09 19:09:16 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2010-01-09 19:09:16 +0000 |
commit | a8225bcb609e7693786c55833fc9dd99878ba8ba (patch) | |
tree | 337fbee1180701d72b21641b2930700e2a873581 /tools | |
parent | bca24819c8090f1a827d00da43b796a2da4fa67e (diff) | |
download | FreeBSD-src-a8225bcb609e7693786c55833fc9dd99878ba8ba.zip FreeBSD-src-a8225bcb609e7693786c55833fc9dd99878ba8ba.tar.gz |
Add files to remove when MK_AT=no.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 5b04fa5..9c01d46 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -58,6 +58,19 @@ OLD_FILES+=usr/share/man/man8/amd64/apm.8.gz 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 |