From e86622b3d781068f21eb0c968258b8d2abaa2abd Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 6 Feb 2010 20:11:23 +0000 Subject: [PATCH] Add files to remove when MK_JAIL=no. --- tools/build/mk/OptionalObsoleteFiles.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 71df31ded913..c61a3d134381 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