1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

- Remove more files when MK_KDUMP == no

MFC after:	1 week
Reviewed by:	ngie
Approved by:	ngie
Differential Revision:	D1600
This commit is contained in:
Dmitry Marakasov 2015-03-31 04:37:57 +00:00
parent 659854cd3f
commit eb6edb77b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=280886

View File

@ -2711,6 +2711,13 @@ OLD_FILES+=usr/share/man/man8/jexec.8.gz
OLD_FILES+=usr/share/man/man8/jls.8.gz
.endif
.if ${MK_KDUMP} == no
OLD_FILES+=usr/bin/kdump
OLD_FILES+=usr/bin/truss
OLD_FILES+=usr/share/man/man1/kdump.1.gz
OLD_FILES+=usr/share/man/man1/truss.1.gz
.endif
.if ${MK_KERBEROS} == no
OLD_FILES+=etc/rc.d/ipropd_master
OLD_FILES+=etc/rc.d/ipropd_slave