]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/sbin/dhclient/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 WARNS?= 2
15
16 .include <bsd.prog.mk>