]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ping6/Makefile
Make linux_ptrace() use linux_msg() instead of printf().
[FreeBSD/FreeBSD.git] / sbin / ping6 / Makefile
1 # $FreeBSD$
2
3 PACKAGE=runtime
4 PROG=   ping6
5 MAN=    ping6.8
6
7 CFLAGS+=-DIPSEC -DKAME_SCOPEID -DUSE_RFC2292BIS
8 WARNS?= 3
9
10 BINOWN= root
11 BINMODE=4555
12
13 LIBADD= ipsec m md
14
15 .include <bsd.prog.mk>