Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd"
Approved by: jmmv (mentor) MFC after: 5 days Phabric: D633 PR: 192763
This commit is contained in:
parent
b7ca81625e
commit
86e9f36ea6
@ -8,6 +8,7 @@ PROG= mtree
|
||||
MAN= mtree.5 mtree.8
|
||||
SRCS= compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
|
||||
only.c spec.c specspec.c verify.c
|
||||
DPADD+= ${LIBMD} ${LIBUTIL}
|
||||
LDADD+= -lmd -lutil
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../contrib/mknod
|
||||
|
Loading…
Reference in New Issue
Block a user