freebsd-dev/usr.bin/nc/Makefile
Xin LI 4f2bbc00f2 MFV: nc(1) from OpenBSD 4.8.
While I'm there, bump WARNS level to 2 as the vendor
have the right printf format string now.

MFC after:	1 month
Obtained from:	OpenBSD
2010-10-19 00:01:53 +00:00

15 lines
182 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/netcat
PROG= nc
SRCS= netcat.c atomicio.c socks.c
CFLAGS+=-DIPSEC
LDADD= -lipsec
DPADD= ${LIBIPSEC}
WARNS?= 2
.include <bsd.prog.mk>