summaryrefslogtreecommitdiffstats
path: root/tools/regression/sbin/dhclient/Makefile
blob: 7de3791e3cd1d2547bd7ab662fa3acdd8b8fad16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

.PATH:	${.CURDIR}/../../../../sbin/dhclient

SRCS=	alloc.c convert.c hash.c options.c tables.c			\
	fake.c								\
	option-domain-search.c

CFLAGS+= -I${.CURDIR}/../../../../sbin/dhclient
LDADD=	-lutil

PROG=	option-domain-search

WARNS?=	2

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud