From a5585f64ff4005c2ba21bd6274c7eea753e67493 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 8 Jul 2022 06:25:39 +0000 Subject: Add to variables instead of overriding them --- src/regress/lib/libcrypto/wycheproof/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/wycheproof/Makefile b/src/regress/lib/libcrypto/wycheproof/Makefile index 2e1d16b165..019e2af301 100644 --- a/src/regress/lib/libcrypto/wycheproof/Makefile +++ b/src/regress/lib/libcrypto/wycheproof/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2022/07/07 20:01:20 tb Exp $ +# $OpenBSD: Makefile,v 1.5 2022/07/08 06:25:39 tb Exp $ WYCHEPROOF_TESTVECTORS = /usr/local/share/wycheproof/testvectors/ @@ -32,9 +32,9 @@ regress-wycheproof: wycheproof PROGS += wycheproof-primes -LDADD = -lcrypto -DPADD = ${LIBCRYPTO} -CFLAGS = -I${.CURDIR} -I${.OBJDIR} +LDADD += -lcrypto +DPADD += ${LIBCRYPTO} +CFLAGS += -I${.CURDIR} -I${.OBJDIR} primality_testcases.h: wycheproof-json.pl ${WYCHEPROOF_TESTVECTORS}/primality_test.json perl ${.CURDIR}/wycheproof-json.pl > $@.tmp -- cgit v1.2.3-55-g6feb