aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-12-24 11:43:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-12-24 11:43:32 +0000
commit8c18e026bac9a705f009b3d397348225cc7d014d (patch)
treec79711a3010f766c8903065f179ca100584e2e33 /usr.sbin
parente05c3a9f6a326deb3f1ebc51aa9ac6af491bf261 (diff)
downloadsrc-8c18e026bac9a705f009b3d397348225cc7d014d.tar.gz
src-8c18e026bac9a705f009b3d397348225cc7d014d.zip
camadd does not require linking to libsbuf or libbsdxml directly
Notes
Notes: svn path=/head/; revision=292687
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/camdd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/camdd/Makefile b/usr.sbin/camdd/Makefile
index 4007ca770e3e..64ee61bfc3df 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