mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
12 lines
273 B
Makefile
12 lines
273 B
Makefile
OBJS= dst_api.@O@ hmac_link.@O@ md5_dgst.@O@ support.@O@
|
|
|
|
SRCS= dst_api.c hmac_link.c md5_dgst.c support.c
|
|
|
|
TARGETS= ${OBJS}
|
|
|
|
CRYPTFLAGS= -DCYLINK_DSS -DHMAC_MD5 -DUSE_MD5 -DDNSSAFE
|
|
|
|
CINCLUDES= -I.. -I../include ${CRYPTINCL}
|
|
CDEFINES= ${CRYPTFLAGS}
|
|
|
|
@BIND9_MAKE_RULES@
|