NetBSD/usr.sbin/dhcp/minires/Makefile

21 lines
454 B
Makefile
Raw Normal View History

2002-09-18 17:31:52 +04:00
# $NetBSD: Makefile,v 1.7 2002/09/18 13:31:53 lukem Exp $
NOLINT= # defined
NOPIC= # defined
NOPROFILE=# defined
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
DHCPSRCDIR= minires
CFLAGS += -DMINIRES_LIB
# only needed during build
libinstall::
.include <bsd.lib.mk>