OptionalObsoleteFiles: remove ping with INET & INET6 disabled

Reported by:	kevans
Fixes:		a4ef9e58bc ("sbin: build ping if at least one of...")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2021-11-28 13:23:29 -05:00
parent a4ef9e58bc
commit 0179739a00

View file

@ -2573,6 +2573,11 @@ OLD_DIRS+=usr/share/i18n/csmapper/KS
OLD_DIRS+=usr/share/i18n/csmapper/GB
.endif
.if ${MK_INET} == no && ${MK_INET6} == no
OLD_FILES+=sbin/ping
OLD_FILES+=usr/share/man/man8/ping.8.gz
.endif
.if ${MK_INET6} == no
OLD_FILES+=sbin/ping6
OLD_FILES+=sbin/rtsol