From 2cccc87b3da074036fcadd6574bf53a29cdf9a2f Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 9 Jan 2010 19:09:16 +0000 Subject: [PATCH] Add files to remove when MK_AT=no. --- tools/build/mk/OptionalObsoleteFiles.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 5b04fa54ec21..9c01d4615b57 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