1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/sbin/ping6/Makefile
2015-08-16 23:23:58 +00:00

15 lines
168 B
Makefile

# $FreeBSD$
PROG= ping6
MAN= ping6.8
CFLAGS+=-DIPSEC -DKAME_SCOPEID -DUSE_RFC2292BIS
WARNS?= 3
BINOWN= root
BINMODE=4555
LIBADD= ipsec m md
.include <bsd.prog.mk>