summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nmtree
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-19 18:47:47 +0000
committerngie <ngie@FreeBSD.org>2014-08-19 18:47:47 +0000
commita5326407c53d918b55470758b6f4952b7369dc61 (patch)
tree8839e0fcfa820512af69edda01ae8cc88586fcf1 /usr.sbin/nmtree
parent7cf6b6be0e6bfa7883bc0faed1f1781d2b4c9665 (diff)
downloadFreeBSD-src-a5326407c53d918b55470758b6f4952b7369dc61.zip
FreeBSD-src-a5326407c53d918b55470758b6f4952b7369dc61.tar.gz
Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd"
Approved by: jmmv (mentor) MFC after: 5 days Phabric: D633 PR: 192763
Diffstat (limited to 'usr.sbin/nmtree')
-rw-r--r--usr.sbin/nmtree/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/nmtree/Makefile b/usr.sbin/nmtree/Makefile
index 9d24c0c..8cba6f8 100644
--- a/usr.sbin/nmtree/Makefile
+++ b/usr.sbin/nmtree/Makefile
@@ -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
OpenPOWER on IntegriCloud