NetBSD/usr.sbin/dhcp/dst/Makefile
drochner 32af7c842a define HMAC_MD5
should fix PR security/13043 by Frank Kardel
2001-08-07 14:51:27 +00:00

18 lines
303 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/08/07 14:51:27 drochner Exp $
LIB = dst
SRCS = dst_support.c dst_api.c hmac_link.c md5_dgst.c base64.c prandom.c
DHCPSRCDIR= dst
MKLINT= no
MKPIC= no
MKPROFILE=no
CFLAGS += -DMINIRES_LIB -DHMAC_MD5
# only needed during build
libinstall::
.include <bsd.lib.mk>