]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/nc/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 .include <bsd.prog.mk>