summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-03 21:13:08 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-03 21:13:08 +0000
commit5374819b03f4e6dcb332bf2729f9270e5d10b83a (patch)
treec31305ad3f045ab67067760b6bc6e23df6bd243e /usr.sbin
parent7029337942d3825aad2227a7826e6653bb678fd8 (diff)
downloadFreeBSD-src-5374819b03f4e6dcb332bf2729f9270e5d10b83a.zip
FreeBSD-src-5374819b03f4e6dcb332bf2729f9270e5d10b83a.tar.gz
Use proper LIBADD.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/camdd/Makefile3
1 files changed, 1 insertions, 2 deletions
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
OpenPOWER on IntegriCloud