mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 21:18:59 +00:00
Add files to remove when MK_JAIL=no.
This commit is contained in:
parent
2677a43216
commit
e86622b3d7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203566
@ -1042,6 +1042,15 @@ OLD_FILES+=usr/share/man/man3/ipx_ntoa.3.gz
|
||||
OLD_FILES+=usr/share/man/man8/IPXrouted.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_JAIL} == no
|
||||
OLD_FILES+=usr/sbin/jail
|
||||
OLD_FILES+=usr/sbin/jexec
|
||||
OLD_FILES+=usr/sbin/jls
|
||||
OLD_FILES+=usr/share/man/man8/jail.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/jexec.8.gz
|
||||
OLD_FILES+=usr/share/man/man8/jls.8.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_KERBEROS} == no
|
||||
OLD_FILES+=usr/bin/ksu
|
||||
OLD_FILES+=usr/bin/kadmin
|
||||
|
Loading…
Reference in New Issue
Block a user