summaryrefslogtreecommitdiffstats
path: root/usr.bin/nc/Makefile
blob: 17cea069429fd23514a47a5ac3e421508d4e8aba (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?=	2

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