mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
ping6(8): Add ping6(8) as MLINK to ping(8)
Reviewed by: chuck MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D42203
This commit is contained in:
parent
f7d16a627e
commit
d6e457328d
@ -6737,7 +6737,6 @@ OLD_FILES+=usr/share/man/man4/if_hme.4.gz
|
||||
OLD_FILES+=usr/include/net/radix_mpath.h
|
||||
|
||||
# 20201124: ping6(8) was merged into ping(8)
|
||||
OLD_FILES+=usr/share/man/man8/ping6.8.gz
|
||||
OLD_FILES+=usr/tests/sbin/ping6/Kyuafile
|
||||
OLD_FILES+=usr/tests/sbin/ping6/ping6_c1_s8_t1.out
|
||||
OLD_FILES+=usr/tests/sbin/ping6/ping6_test
|
||||
|
@ -20,6 +20,7 @@ CFLAGS+= -DINET6 -DKAME_SCOPEID
|
||||
SRCS+= ping6.c
|
||||
LIBADD+= md
|
||||
LINKS= ${BINDIR}/ping ${BINDIR}/ping6
|
||||
MLINKS= ping.8 ping6.8
|
||||
.endif
|
||||
|
||||
.if ${MK_DYNAMICROOT} == "no"
|
||||
|
Loading…
Reference in New Issue
Block a user