freebsd-dev/sbin/dhclient/minires/Makefile

21 lines
426 B
Makefile
Raw Normal View History

2002-02-19 12:57:18 +00:00
# minires
# $FreeBSD$
DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/minires
2002-02-19 22:23:49 +00:00
LIB= res
2002-02-19 12:57:18 +00:00
INTERNALLIB= true
INTERNALSTATICLIB= true
2002-02-19 22:23:49 +00:00
SRCS= ns_date.c ns_name.c ns_parse.c ns_samedomain.c ns_sign.c ns_verify.c \
res_comp.c res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c \
res_query.c res_send.c res_sendsigned.c res_update.c
2002-02-19 12:57:18 +00:00
2002-02-19 22:23:49 +00:00
CFLAGS+= -DHMAC_MD5 -DMINIRES_LIB
NOMAN= true
2002-02-19 12:57:18 +00:00
.include <bsd.lib.mk>