svn commit: r270118 - head/sbin/dhclient/tests

yaneurabeya at gmail.com yaneurabeya at gmail.com
Sat Aug 23 02:20:25 UTC 2014


On Aug 17, 2014, at 6:21 PM, Garrett Cooper <ngie at FreeBSD.org> wrote:

> 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

I forgot to mention (and I’ll put it in my MFC commit message)...

Phabric: D623
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20140822/4caf260d/attachment-0001.sig>


More information about the svn-src-all mailing list