summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r--usr.bin/netstat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index a6ebfb924f0..a94e38650a4 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.20 2011/07/09 00:45:40 henning Exp $
+# $OpenBSD: Makefile,v 1.21 2012/08/22 00:11:57 tedu Exp $
PROG= netstat
SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c route.c \
unix.c mroute6.c net80211.c show.c
BINGRP= kmem
BINMODE=2555
-LDADD= -lkvm
-DPADD= ${LIBKVM}
+LDADD= -lkvm -lutil
+DPADD= ${LIBKVM} ${LIBUTIL}
.include <bsd.prog.mk>