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

Antoine Brodin antoine at FreeBSD.org
Sat Jun 20 07:35:03 UTC 2015


Author: antoine
Date: Sat Jun 20 07:35:02 2015
New Revision: 284628
URL: https://svnweb.freebsd.org/changeset/base/284628

Log:
  Add some files to remove when MK_BSD_GREP=no

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

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jun 20 07:33:06 2015	(r284627)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jun 20 07:35:02 2015	(r284628)
@@ -410,6 +410,21 @@ OLD_FILES+=usr/share/man/man1/bsdcpio.1.
 OLD_FILES+=usr/share/man/man1/cpio.1.gz
 .endif
 
+.if ${MK_BSD_GREP} == no
+OLD_FILES+=usr/bin/lzegrep
+OLD_FILES+=usr/bin/lzfgrep
+OLD_FILES+=usr/bin/lzgrep
+OLD_FILES+=usr/bin/xzegrep
+OLD_FILES+=usr/bin/xzfgrep
+OLD_FILES+=usr/bin/xzgrep
+OLD_FILES+=usr/share/man/man1/lzegrep.1.gz
+OLD_FILES+=usr/share/man/man1/lzfgrep.1.gz
+OLD_FILES+=usr/share/man/man1/lzgrep.1.gz
+OLD_FILES+=usr/share/man/man1/xzegrep.1.gz
+OLD_FILES+=usr/share/man/man1/xzfgrep.1.gz
+OLD_FILES+=usr/share/man/man1/xzgrep.1.gz
+.endif
+
 .if ${MK_BSDINSTALL} == no
 OLD_FILES+=usr/libexec/bsdinstall/adduser
 OLD_FILES+=usr/libexec/bsdinstall/auto


More information about the svn-src-head mailing list