diff options
Diffstat (limited to 'src/regress/lib/libcrypto/gcm128/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/gcm128/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/regress/lib/libcrypto/gcm128/Makefile b/src/regress/lib/libcrypto/gcm128/Makefile index 7583403ad3..c1ce651f51 100644 --- a/src/regress/lib/libcrypto/gcm128/Makefile +++ b/src/regress/lib/libcrypto/gcm128/Makefile | |||
@@ -1,10 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2014/04/17 18:33:22 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2014/05/31 14:39:06 jsing Exp $ |
2 | 2 | ||
3 | PROG= gcm128 | 3 | PROG= gcm128test |
4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes | 4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes |
5 | CFLAGS+= -DSELFTEST | 5 | CFLAGS+=-I${SRC} |
6 | CFLAGS+= -I${SRC} | ||
7 | .PATH: ${SRC} | ||
8 | 6 | ||
9 | LDADD= -lcrypto | 7 | LDADD= -lcrypto |
10 | DPADD= ${LIBCRYPTO} | 8 | DPADD= ${LIBCRYPTO} |