Author: ngie
Date: Sun Aug 24 08:03:59 2014
New Revision: 270442
URL: http://svnweb.freebsd.org/changeset/base/270442

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

Modified:
  stable/10/usr.sbin/nmtree/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/nmtree/Makefile
==============================================================================
--- stable/10/usr.sbin/nmtree/Makefile  Sun Aug 24 07:59:01 2014        
(r270441)
+++ stable/10/usr.sbin/nmtree/Makefile  Sun Aug 24 08:03:59 2014        
(r270442)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to