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:
Antranig Vartanian 2023-11-08 05:14:59 +08:00 committed by Li-Wen Hsu
parent 88770f0c69
commit cddce522f1
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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"