From 11546f4616454e8fe6b6b85898bc2f22f9930985 Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 5 Sep 1996 17:16:10 +0000 Subject: Fixed DPADD. --- usr.bin/netstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/netstat') 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 -- cgit v1.1