4f2bbc00f2
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
15 lines
182 B
Makefile
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>
|