summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
committerbde <bde@FreeBSD.org>1996-09-05 17:16:10 +0000
commit11546f4616454e8fe6b6b85898bc2f22f9930985 (patch)
tree235e8fcbe852dee096eebfd2c176b6d10c0afa2c /usr.bin/netstat
parent38fd8fd26ef8cf2f925107c1267dd58f6e623be9 (diff)
downloadFreeBSD-src-11546f4616454e8fe6b6b85898bc2f22f9930985.zip
FreeBSD-src-11546f4616454e8fe6b6b85898bc2f22f9930985.tar.gz
Fixed DPADD.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index a68e2c5..adf1916 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -8,7 +8,7 @@ CFLAGS+=-I/sys # -g
#.PATH: ${.CURDIR}/../../sys/netiso
BINGRP= kmem
BINMODE=2555
+DPADD= ${LIBKVM} ${LIBIPX}
LDADD= -lkvm -lipx
-DPADD= ${LIBKVM}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud