summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nmtree
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-24 08:03:59 +0000
committerngie <ngie@FreeBSD.org>2014-08-24 08:03:59 +0000
commit06c16a37047772858745f3a270998e02b1dafc05 (patch)
tree5103679ae91f7da0915251e5915173f53329e19b /usr.sbin/nmtree
parentb1ece437b7748621dda38ed09f2963c1512c3d72 (diff)
downloadFreeBSD-src-06c16a37047772858745f3a270998e02b1dafc05.zip
FreeBSD-src-06c16a37047772858745f3a270998e02b1dafc05.tar.gz
MFC r270180:
Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd" Approved by: jmmv (mentor) 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 138e28d..f829769 100644
--- a/usr.sbin/nmtree/Makefile
+++ b/usr.sbin/nmtree/Makefile
@@ -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
OpenPOWER on IntegriCloud