66176dfdff
a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user)
13 lines
243 B
Makefile
13 lines
243 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/05/03 14:48:32 lukem Exp $
|
|
|
|
LIBISPRIVATE= yes
|
|
|
|
LIB = dst
|
|
SRCS = dst_support.c dst_api.c hmac_link.c md5_dgst.c base64.c prandom.c
|
|
|
|
DHCPSRCDIR= dst
|
|
|
|
CFLAGS += -DMINIRES_LIB -DHMAC_MD5
|
|
|
|
.include <bsd.lib.mk>
|