]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ping6/Makefile
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sbin / ping6 / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PACKAGE=runtime
6 PROG=   ping6
7 MAN=    ping6.8
8
9 CFLAGS+=-DIPSEC -DKAME_SCOPEID
10 WARNS?= 3
11
12 BINOWN= root
13 BINMODE=4555
14
15 LIBADD= ipsec m md
16
17 .if ${MK_DYNAMICROOT} == "no"
18 .warning ${PROG} built without libcasper support
19 .elif ${MK_CASPER} != "no" && !defined(RESCUE)
20 LIBADD+=        casper
21 LIBADD+=        cap_dns
22 CFLAGS+=-DWITH_CASPER
23 .endif
24
25 .include <bsd.prog.mk>