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:
parent
a4ef9e58bc
commit
0179739a00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user