summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-02-06 20:11:23 +0000
committerantoine <antoine@FreeBSD.org>2010-02-06 20:11:23 +0000
commit35ab0aaa2c49b74aee0e7d4a0d166fab40cf2588 (patch)
tree245e9779990e3f6b3a544c77db27f3283b18eb5c /tools
parent0302abf97a14288edb465f62d286469efd3d6818 (diff)
downloadFreeBSD-src-35ab0aaa2c49b74aee0e7d4a0d166fab40cf2588.zip
FreeBSD-src-35ab0aaa2c49b74aee0e7d4a0d166fab40cf2588.tar.gz
Add files to remove when MK_JAIL=no.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 71df31d..c61a3d1 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -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
OpenPOWER on IntegriCloud