From a191ba5195ecb988c5e5c3b13fc364bde87bd41c Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 16:57:27 +0000 Subject: Convert usr.sbin to LIBADD Reduce overlinking --- usr.sbin/dconschat/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/dconschat/Makefile') diff --git a/usr.sbin/dconschat/Makefile b/usr.sbin/dconschat/Makefile index 2836a66..198c5cc 100644 --- a/usr.sbin/dconschat/Makefile +++ b/usr.sbin/dconschat/Makefile @@ -5,8 +5,7 @@ MAN= dconschat.8 CFLAGS+= -I${.CURDIR}/../../sys -DPADD= ${LIBKVM} -LDADD= -lkvm +LIBADD= kvm WARNS?= 1 -- cgit v1.1