mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
camadd does not require linking to libsbuf or libbsdxml directly
This commit is contained in:
parent
e05c3a9f6a
commit
8c18e026ba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292687
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user