Index: head/usr.sbin/camdd/Makefile =================================================================== --- head/usr.sbin/camdd/Makefile (revision 292686) +++ head/usr.sbin/camdd/Makefile (revision 292687) @@ -1,10 +1,10 @@ # $FreeBSD$ PROG= camdd SRCS= camdd.c SDIR= ${.CURDIR}/../../sys -LIBADD= cam mt sbuf bsdxml util pthread +LIBADD= cam mt util pthread NO_WTHREAD_SAFETY= 1 MAN= camdd.8 .include