Makefile revision 302408
1# $FreeBSD: stable/11/sbin/ping6/Makefile 298107 2016-04-16 07:45:30Z gjb $
2
3PACKAGE=runtime
4PROG=	ping6
5MAN=	ping6.8
6
7CFLAGS+=-DIPSEC -DKAME_SCOPEID -DUSE_RFC2292BIS
8WARNS?=	3
9
10BINOWN=	root
11BINMODE=4555
12
13LIBADD=	ipsec m md
14
15.include <bsd.prog.mk>
16