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>