diff options
Diffstat (limited to 'tools/regression/sbin/dhclient/Makefile')
-rw-r--r-- | tools/regression/sbin/dhclient/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/regression/sbin/dhclient/Makefile b/tools/regression/sbin/dhclient/Makefile new file mode 100644 index 0000000..7de3791 --- /dev/null +++ b/tools/regression/sbin/dhclient/Makefile @@ -0,0 +1,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> |