diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-03 21:13:08 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-12-03 21:13:08 +0000 |
| commit | f0f6270c40f08bdfcc4a7ad439a2e92b6b47b09f (patch) | |
| tree | c31305ad3f045ab67067760b6bc6e23df6bd243e /usr.sbin | |
| parent | dbd87a2e379ee3520796e792fed4238449f26776 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/camdd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/camdd/Makefile b/usr.sbin/camdd/Makefile index 00286686ea77..4007ca770e3e 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 |
