mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Fix bugs in the previous commit.
This commit is contained in:
parent
7bf4b73d6c
commit
81a6a1f904
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141443
@ -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