svn commit: r270442 - stable/10/usr.sbin/nmtree

Garrett Cooper ngie at FreeBSD.org
Sun Aug 24 08:04:00 UTC 2014


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


More information about the svn-src-all mailing list