diff options
Diffstat (limited to 'src/regress/lib/libcrypto/gcm128/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/gcm128/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/gcm128/Makefile b/src/regress/lib/libcrypto/gcm128/Makefile index c1ce651f51..1119fc3c1e 100644 --- a/src/regress/lib/libcrypto/gcm128/Makefile +++ b/src/regress/lib/libcrypto/gcm128/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2014/05/31 14:39:06 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2014/06/01 11:11:46 miod Exp $ |
2 | 2 | ||
3 | PROG= gcm128test | 3 | PROG= gcm128test |
4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes | 4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes |
@@ -6,5 +6,7 @@ CFLAGS+=-I${SRC} | |||
6 | 6 | ||
7 | LDADD= -lcrypto | 7 | LDADD= -lcrypto |
8 | DPADD= ${LIBCRYPTO} | 8 | DPADD= ${LIBCRYPTO} |
9 | #WARNINGS= Yes | ||
10 | #CFLAGS+= -Werror | ||
9 | 11 | ||
10 | .include <bsd.regress.mk> | 12 | .include <bsd.regress.mk> |