Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2014 01:21:41 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270118 - head/sbin/dhclient/tests
Message-ID:  <201408180121.s7I1LfSX050566@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Aug 18 01:21:41 2014
New Revision: 270118
URL: http://svnweb.freebsd.org/changeset/base/270118

Log:
  Add LIBUTIL to DPADD
  
  This will fix "make checkdpadd"
  
  MFC after: 5 days
  PR: 192759
  Approved by: rpaulo (mentor)

Modified:
  head/sbin/dhclient/tests/Makefile

Modified: head/sbin/dhclient/tests/Makefile
==============================================================================
--- head/sbin/dhclient/tests/Makefile	Mon Aug 18 00:50:09 2014	(r270117)
+++ head/sbin/dhclient/tests/Makefile	Mon Aug 18 01:21:41 2014	(r270118)
@@ -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?201408180121.s7I1LfSX050566>