mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Add files to remove when MK_AT=no.
This commit is contained in:
parent
5942f7f7b1
commit
2cccc87b3d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201927
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user