- Remove more files when MK_TEXTPROC == no

MFC after:	1 week
Reviewed by:	ngie
Approved by:	ngie
Differential Revision:	D1600
This commit is contained in:
Dmitry Marakasov 2015-02-03 03:11:24 +00:00
parent aee4d21d84
commit e5f6569bd0

View File

@ -7292,6 +7292,15 @@ OLD_FILES+=${TESTS_FILES}
. endif
.endif # Test suite.
.if ${MK_TEXTPROC} == no
OLD_FILES+=usr/bin/checknr
OLD_FILES+=usr/bin/colcrt
OLD_FILES+=usr/bin/ul
OLD_FILES+=usr/share/man/man1/checknr.1.gz
OLD_FILES+=usr/share/man/man1/colcrt.1.gz
OLD_FILES+=usr/share/man/man1/ul.1.gz
.endif
#.if ${MK_TOOLCHAIN} == no
# to be filled in
#.endif