summaryrefslogtreecommitdiffstats
path: root/usr.bin/nc/Makefile
blob: 84d20d3f2e838ba83202f604b3ea401fc01aa500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH: ${.CURDIR}/../../contrib/netcat

PROG=	nc
SRCS=	netcat.c atomicio.c socks.c

CFLAGS+=-DIPSEC
LDADD=	-lipsec
DPADD=	${LIBIPSEC}

WARNS?=	1

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud