mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-09 07:06:38 -04:00
9 lines
204 B
Makefile
9 lines
204 B
Makefile
AM_CPPFLAGS = -DMINIRES_LIB -DHMAC_MD5
|
|
|
|
lib_LIBRARIES = libdst.a
|
|
|
|
libdst_a_SOURCES = dst_support.c dst_api.c hmac_link.c md5_dgst.c \
|
|
base64.c prandom.c
|
|
|
|
EXTRA_DIST = dst_internal.h md5.h md5_locl.h
|