Fix bugs in the previous commit.
This commit is contained in:
parent
b69dca29ec
commit
3fd2ef4cd3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user