Fix bugs in the previous commit.

This commit is contained in:
Ruslan Ermilov 2005-02-07 08:44:34 +00:00
parent 7bf4b73d6c
commit 81a6a1f904
1 changed files with 2 additions and 2 deletions

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>