Author: ngie
Date: Tue Aug 19 18:47:47 2014
New Revision: 270180
URL: http://svnweb.freebsd.org/changeset/base/270180

Log:
  Add LIBMD and LIBUTIL to DPADD to fix "make checkdpadd"
  
  Approved by: jmmv (mentor)
  MFC after: 5 days
  Phabric: D633
  PR: 192763

Modified:
  head/usr.sbin/nmtree/Makefile

Modified: head/usr.sbin/nmtree/Makefile
==============================================================================
--- head/usr.sbin/nmtree/Makefile       Tue Aug 19 18:31:20 2014        
(r270179)
+++ head/usr.sbin/nmtree/Makefile       Tue Aug 19 18:47:47 2014        
(r270180)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to