diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libcrypto/crypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/crypto/Makefile b/src/regress/lib/libcrypto/crypto/Makefile index 34a4e7050b..c766cd8f4a 100644 --- a/src/regress/lib/libcrypto/crypto/Makefile +++ b/src/regress/lib/libcrypto/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2024/04/25 14:27:29 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2024/08/11 13:05:43 jsing Exp $ |
2 | 2 | ||
3 | PROG = crypto_test | 3 | PROG = crypto_test |
4 | 4 | ||
@@ -8,5 +8,6 @@ LDFLAGS+= -lcrypto | |||
8 | CFLAGS+= -DLIBRESSL_INTERNAL | 8 | CFLAGS+= -DLIBRESSL_INTERNAL |
9 | CFLAGS+= -Wall -Wundef -Werror | 9 | CFLAGS+= -Wall -Wundef -Werror |
10 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto | 10 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto |
11 | CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/arch/${MACHINE_CPU} | ||
11 | 12 | ||
12 | .include <bsd.regress.mk> | 13 | .include <bsd.regress.mk> |