Remove building with NOCRYPTO option
[minix.git] / external / bsd / dhcp / lib / dst / Makefile
blobd1bdab6c93d799f894ca18ddc6ea0fc050c96daa
1 # $NetBSD: Makefile,v 1.1 2013/03/24 15:54:31 christos Exp $
3 LIBISPRIVATE= yes
5 LIB = dst
6 SRCS = dst_support.c dst_api.c hmac_link.c md5_dgst.c base64.c prandom.c
8 DHCPSRCDIR= dst
10 CFLAGS += -DMINIRES_LIB -DHMAC_MD5
12 .include <bsd.lib.mk>