diff options
Diffstat (limited to 'src/regress/lib/libcrypto/ct/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/ct/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ct/Makefile b/src/regress/lib/libcrypto/ct/Makefile index 2856ddf288..5cfdf74c11 100644 --- a/src/regress/lib/libcrypto/ct/Makefile +++ b/src/regress/lib/libcrypto/ct/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2023/03/02 21:17:35 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2023/04/14 11:18:40 tb Exp $ |
2 | 2 | ||
3 | PROG= cttest | 3 | PROG= cttest |
4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
@@ -7,7 +7,6 @@ DPADD= ${LIBCRYPTO} | |||
7 | WARNINGS= Yes | 7 | WARNINGS= Yes |
8 | CFLAGS+= -Wundef -Werror | 8 | CFLAGS+= -Wundef -Werror |
9 | CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL | 9 | CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL |
10 | CFLAGS+= -I$(BSDSRCDIR)/lib/libcrypto | ||
11 | 10 | ||
12 | run-regress-cttest: cttest | 11 | run-regress-cttest: cttest |
13 | ./cttest ${.CURDIR}/../../libcrypto/ct/ | 12 | ./cttest ${.CURDIR}/../../libcrypto/ct/ |