From 5374819b03f4e6dcb332bf2729f9270e5d10b83a Mon Sep 17 00:00:00 2001 From: bdrewery Date: Thu, 3 Dec 2015 21:13:08 +0000 Subject: Use proper LIBADD. Sponsored by: EMC / Isilon Storage Division --- usr.sbin/camdd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/camdd/Makefile b/usr.sbin/camdd/Makefile index 0028668..4007ca7 100644 --- a/usr.sbin/camdd/Makefile +++ b/usr.sbin/camdd/Makefile @@ -3,8 +3,7 @@ PROG= camdd SRCS= camdd.c SDIR= ${.CURDIR}/../../sys -DPADD= ${LIBCAM} ${LIBMT} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL} ${LIBTHR} -LDADD= -lcam -lmt -lsbuf -lbsdxml -lutil -lthr +LIBADD= cam mt sbuf bsdxml util pthread NO_WTHREAD_SAFETY= 1 MAN= camdd.8 -- cgit v1.1