summaryrefslogtreecommitdiffstats
path: root/tools/regression/sbin/dhclient/Makefile
blob: a9c876e3b2fbd14c0d5a52fddb0b9eb03a7b6ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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

NO_MAN=
WARNS?=	2

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