Add some files to remove when MK_BSD_GREP=no
This commit is contained in:
parent
46a5dc8ca0
commit
e3a35ec02b
@ -410,6 +410,21 @@ OLD_FILES+=usr/share/man/man1/bsdcpio.1.gz
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user