]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/sbin/dhclient/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / sbin / dhclient / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../../sbin/dhclient
4
5 SRCS=   alloc.c convert.c hash.c options.c tables.c                     \
6         fake.c                                                          \
7         option-domain-search.c
8
9 CFLAGS+= -I${.CURDIR}/../../../../sbin/dhclient
10 LDADD=  -lutil
11
12 PROG=   option-domain-search
13
14 NO_MAN=
15 WARNS?= 2
16
17 .include <bsd.prog.mk>