aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping
diff options
context:
space:
mode:
authorAntranig Vartanian <antranigv@freebsd.am>2023-11-07 21:14:59 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2023-11-07 21:17:37 +0000
commitd6e457328d0e57176b66ba5f5c614becca680fea (patch)
tree74a2f68c2042185d68f28136394d53d8b3e97b2a /sbin/ping
parentf7d16a627efa8ba610eb9b8a12dd67b6cdbb2542 (diff)
Diffstat (limited to 'sbin/ping')
-rw-r--r--sbin/ping/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index 4713b01cac90..1483a93ace37 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -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"