1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

ping: low-effort fix to make it compilable without inet6

This commit is contained in:
Mateusz Guzik 2023-07-05 09:59:40 +00:00
parent df0d0fc990
commit 55e0aefae6

View File

@ -34,6 +34,8 @@ CFLAGS+=-DWITH_CASPER
CFLAGS+=-DIPSEC
LIBADD+= ipsec
CFLAGS+= -Wno-error=unused-but-set-variable
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests