2004-05-23 06:24:50 +04:00
|
|
|
# $NetBSD: Makefile,v 1.8 2004/05/23 02:24:52 lukem Exp $
|
2002-09-18 17:31:52 +04:00
|
|
|
|
2004-05-23 06:24:50 +04:00
|
|
|
MKPRIVATELIB= yes
|
2000-04-22 12:18:11 +04:00
|
|
|
|
|
|
|
LIB = minires
|
|
|
|
SRCS = res_mkupdate.c res_init.c res_update.c res_send.c res_comp.c \
|
|
|
|
res_sendsigned.c res_findzonecut.c res_query.c res_mkquery.c \
|
2001-04-03 04:49:15 +04:00
|
|
|
ns_date.c ns_parse.c ns_sign.c ns_name.c ns_samedomain.c \
|
2001-06-18 23:16:10 +04:00
|
|
|
ns_verify.c
|
2000-04-22 12:18:11 +04:00
|
|
|
|
2001-08-03 18:13:55 +04:00
|
|
|
DHCPSRCDIR= minires
|
|
|
|
|
2000-04-22 12:18:11 +04:00
|
|
|
CFLAGS += -DMINIRES_LIB
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|