svn commit: r270180 - head/usr.sbin/nmtree

Garrett Cooper ngie at FreeBSD.org
Tue Aug 19 18:47:48 UTC 2014


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


More information about the svn-src-head mailing list