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/bhyveload/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/bhyveload') diff --git a/usr.sbin/bhyveload/Makefile b/usr.sbin/bhyveload/Makefile index e7b19bd..aa89b6c 100644 --- a/usr.sbin/bhyveload/Makefile +++ b/usr.sbin/bhyveload/Makefile @@ -4,8 +4,7 @@ PROG= bhyveload SRCS= bhyveload.c MAN= bhyveload.8 -DPADD+= ${LIBVMMAPI} ${LIBUTIL} -LDADD+= -lvmmapi -lutil +LIBADD= vmmapi util WARNS?= 3 -- cgit v1.1