mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00: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
(cherry picked from commit d6e457328d
)
This commit is contained in:
parent
88770f0c69
commit
cddce522f1
@ -3156,7 +3156,6 @@ OLD_FILES+=usr/share/man/man4/hme.4.gz
|
||||
OLD_FILES+=usr/share/man/man4/if_hme.4.gz
|
||||
|
||||
# 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