MFC r270180:

Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd"

 Approved by: jmmv (mentor)
 Phabric: D633
 PR: 192763
This commit is contained in:
ngie 2014-08-24 08:03:59 +00:00
parent b1ece437b7
commit 06c16a3704

View File

@ -8,6 +8,7 @@ PROG= nmtree
MAN= nmtree.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