1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

camadd does not require linking to libsbuf or libbsdxml directly

This commit is contained in:
Baptiste Daroussin 2015-12-24 11:43:32 +00:00
parent e05c3a9f6a
commit 8c18e026ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292687

View File

@ -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