svn commit: r270915 - stable/9/usr.sbin/nmtree

Garrett Cooper ngie at FreeBSD.org
Mon Sep 1 05:26:53 UTC 2014


Author: ngie
Date: Mon Sep  1 05:26:53 2014
New Revision: 270915
URL: http://svnweb.freebsd.org/changeset/base/270915

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

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

Modified: stable/9/usr.sbin/nmtree/Makefile
==============================================================================
--- stable/9/usr.sbin/nmtree/Makefile	Mon Sep  1 05:18:20 2014	(r270914)
+++ stable/9/usr.sbin/nmtree/Makefile	Mon Sep  1 05:26:53 2014	(r270915)
@@ -8,6 +8,7 @@ PROG=		nmtree
 MAN=		nmtree.8
 SRCS=		compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
 		spec.c specspec.c verify.c
+DPADD+=		${LIBMD} ${LIBUTIL}
 LDADD+=		-lmd -lutil
 
 CFLAGS+=	-I${.CURDIR}/../../contrib/mknod


More information about the svn-src-stable-9 mailing list