]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/nc/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / nc / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../contrib/netcat
4
5 PROG=   nc
6 SRCS=   netcat.c atomicio.c socks.c
7
8 CFLAGS+=-DIPSEC
9 LDADD=  -lipsec
10 DPADD=  ${LIBIPSEC}
11
12 WARNS?= 2
13
14 .include <bsd.prog.mk>