]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/nc/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>