Fix bugs in the previous commit.

This commit is contained in:
ru 2005-02-07 08:44:34 +00:00
parent b69dca29ec
commit 3fd2ef4cd3

View File

@ -1,12 +1,12 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/netcat
.PATH: ${.CURDIR}/../../contrib/netcat
PROG= nc
SRCS= netcat.c atomicio.c socks.c
CFLAGS+=-DIPSEC
LDADD= -lipsec
DPADD= -lipsec
DPADD= ${LIBIPSEC}
.include <bsd.prog.mk>