changeset 4155:ce2dc42f0788 draft

Don't re-define what crypt sources we need.
author Roy Marples <roy@marples.name>
date Thu, 05 Oct 2017 14:03:35 +0100
parents 3fa6421d2b43
children 77405b51f5ae
files tests/crypt/Makefile
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/crypt/Makefile	Thu Oct 05 14:53:11 2017 +0100
+++ b/tests/crypt/Makefile	Thu Oct 05 14:03:35 2017 +0100
@@ -11,7 +11,6 @@
 
 CPPFLAGS+=	-I${TOP} -I${TOP}/src
 
-CRYPT_SRCS=	${HMAC_SRC} ${MD5_SRC}
 PCRYPT_SRCS=	${CRYPT_SRCS:compat/%=${TOP}/compat/%}
 OBJS+=		${SRCS:.c=.o} ${PCRYPT_SRCS:.c=.o}