aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/nc
diff options
context:
space:
mode:
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>