diff options
author | bapt <bapt@FreeBSD.org> | 2015-12-24 11:43:32 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-12-24 11:43:32 +0000 |
commit | 4400e32f7a93df4febd01a6e9b4d5f670baaa1cf (patch) | |
tree | c79711a3010f766c8903065f179ca100584e2e33 | |
parent | f62edea1f688e446d92e004767a7e5495d81f721 (diff) | |
download | FreeBSD-src-4400e32f7a93df4febd01a6e9b4d5f670baaa1cf.zip FreeBSD-src-4400e32f7a93df4febd01a6e9b4d5f670baaa1cf.tar.gz |
camadd does not require linking to libsbuf or libbsdxml directly
-rw-r--r-- | usr.sbin/camdd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/camdd/Makefile b/usr.sbin/camdd/Makefile index 4007ca7..64ee61b 100644 --- a/usr.sbin/camdd/Makefile +++ b/usr.sbin/camdd/Makefile @@ -3,7 +3,7 @@ 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 |