NetBSD/usr.sbin/dhcp/dst/Makefile

18 lines
292 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2001/08/03 14:14:14 drochner Exp $
2001-04-03 03:59:16 +04:00
LIB = dst
2001-04-03 04:49:15 +04:00
SRCS = dst_support.c dst_api.c hmac_link.c md5_dgst.c base64.c prandom.c
2001-04-03 03:59:16 +04:00
DHCPSRCDIR= dst
2001-04-03 03:59:16 +04:00
MKLINT= no
MKPIC= no
MKPROFILE=no
CFLAGS += -DMINIRES_LIB
# only needed during build
libinstall::
.include <bsd.lib.mk>