Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 02:20:49 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r270385 - stable/10/sbin/dhclient/tests
Message-ID:  <201408230220.s7N2KnfJ008912@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sat Aug 23 02:20:49 2014
New Revision: 270385
URL: http://svnweb.freebsd.org/changeset/base/270385

Log:
  MFC r270118:
  
   Add LIBUTIL to DPADD
  
   This will fix "make checkdpadd"
  
   PR: 192759
   Approved by: rpaulo (mentor)
   Phabric: D623

Modified:
  stable/10/sbin/dhclient/tests/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/dhclient/tests/Makefile
==============================================================================
--- stable/10/sbin/dhclient/tests/Makefile	Sat Aug 23 01:52:43 2014	(r270384)
+++ stable/10/sbin/dhclient/tests/Makefile	Sat Aug 23 02:20:49 2014	(r270385)
@@ -8,6 +8,7 @@ PLAIN_TESTS_C=				option-domain-search_t
 SRCS.option-domain-search_test=		alloc.c convert.c hash.c options.c \
 					tables.c fake.c option-domain-search.c
 CFLAGS.option-domain-search_test+=	-I${.CURDIR}/..
+DPADD.option-domain-search_test=	${LIBUTIL}
 LDADD.option-domain-search_test=	-lutil
 
 WARNS?=	2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408230220.s7N2KnfJ008912>