1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
freebsd/usr.bin/nc/Makefile

13 lines
171 B
Makefile
Raw Normal View History

# $FreeBSD$
2005-02-07 08:44:34 +00:00
.PATH: ${.CURDIR}/../../contrib/netcat
PROG= nc
SRCS= netcat.c atomicio.c socks.c
CFLAGS+=-DIPSEC
LDADD= -lipsec
2005-02-07 08:44:34 +00:00
DPADD= ${LIBIPSEC}
.include <bsd.prog.mk>