aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/nghook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/nghook/Makefile')
-rw-r--r--usr.sbin/nghook/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/nghook/Makefile b/usr.sbin/nghook/Makefile
index e427f2603cc9..8a63d8238e17 100644
--- a/usr.sbin/nghook/Makefile
+++ b/usr.sbin/nghook/Makefile
@@ -5,7 +5,6 @@ PROG= nghook
MAN= nghook.8
SRCS= main.c
-DPADD= ${LIBNETGRAPH}
-LDADD= -lnetgraph
+LIBADD= netgraph
.include <bsd.prog.mk>