1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

- Remove more files when MK_MAN == no

MFC after:	1 week
Reviewed by:	ngie
Approved by:	ngie
Differential Revision:	D1600
This commit is contained in:
Dmitry Marakasov 2015-02-02 14:51:26 +00:00
parent 426d530372
commit ddef032455
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278088

View File

@ -5357,10 +5357,10 @@ OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/expected.stdout.1
OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/legacy_test
.endif
#.if ${MK_MAN} == no
# This should add a dependency to a special target which removes all man pages.
# Listing all of them here is overkill.
#.endif
.if ${MK_MAN} == no
MAN_FILES!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man -type f | sed -e 's,^${DESTDIR}/,,'; echo
OLD_FILES+=${MAN_FILES}
.endif
.if ${MK_NDIS} == no
OLD_FILES+=usr/sbin/ndiscvt