svn commit: r203566 - head/tools/build/mk

Antoine Brodin antoine at FreeBSD.org
Sat Feb 6 20:11:24 UTC 2010


Author: antoine
Date: Sat Feb  6 20:11:23 2010
New Revision: 203566
URL: http://svn.freebsd.org/changeset/base/203566

Log:
  Add files to remove when MK_JAIL=no.

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Feb  6 20:09:55 2010	(r203565)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Feb  6 20:11:23 2010	(r203566)
@@ -1042,6 +1042,15 @@ OLD_FILES+=usr/share/man/man3/ipx_ntoa.3
 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


More information about the svn-src-head mailing list