3e11bd9e2a
Reduce overlinking
14 lines
162 B
Makefile
14 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/netcat
|
|
|
|
PROG= nc
|
|
SRCS= netcat.c atomicio.c socks.c
|
|
|
|
CFLAGS+=-DIPSEC
|
|
LIBADD= ipsec
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|