summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/gcm128/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/gcm128/Makefile')
-rw-r--r--src/regress/lib/libcrypto/gcm128/Makefile8
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
3PROG= gcm128 3PROG= gcm128test
4SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes 4SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes
5CFLAGS+= -DSELFTEST 5CFLAGS+=-I${SRC}
6CFLAGS+= -I${SRC}
7.PATH: ${SRC}
8 6
9LDADD= -lcrypto 7LDADD= -lcrypto
10DPADD= ${LIBCRYPTO} 8DPADD= ${LIBCRYPTO}