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:
Enji Cooper 2014-08-19 18:47:47 +00:00
parent b7ca81625e
commit 86e9f36ea6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270180

View File

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