diff options
Diffstat (limited to 'src/regress/lib/libcrypto/gcm128/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/gcm128/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/regress/lib/libcrypto/gcm128/Makefile b/src/regress/lib/libcrypto/gcm128/Makefile index 4069d1db31..c981203e3e 100644 --- a/src/regress/lib/libcrypto/gcm128/Makefile +++ b/src/regress/lib/libcrypto/gcm128/Makefile | |||
@@ -1,12 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2014/07/08 15:53:52 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2014/07/09 11:43:01 jsing Exp $ |
2 | 2 | ||
3 | PROG= gcm128test | 3 | PROG= gcm128test |
4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes | ||
5 | CFLAGS+=-I${SRC} | ||
6 | |||
7 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
8 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
9 | #WARNINGS= Yes | 6 | WARNINGS= Yes |
10 | #CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
11 | 8 | ||
12 | .include <bsd.regress.mk> | 9 | .include <bsd.regress.mk> |