aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-02-07 08:44:34 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-02-07 08:44:34 +0000
commit81a6a1f9049afd1598927e40032c5fe0ef86128c (patch)
tree1124a803ee974a7eb1a2febef217f12ad4b975fb /usr.bin/nc
parent7bf4b73d6c42c9aa4517ceda21fee94827778138 (diff)
downloadsrc-81a6a1f9049afd1598927e40032c5fe0ef86128c.tar.gz
src-81a6a1f9049afd1598927e40032c5fe0ef86128c.zip
Notes
Diffstat (limited to 'usr.bin/nc')
-rw-r--r--usr.bin/nc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nc/Makefile b/usr.bin/nc/Makefile
index c274ba5265d0..a4400bcddc90 100644
--- a/usr.bin/nc/Makefile
+++ b/usr.bin/nc/Makefile
@@ -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>