summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/aeswrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/aeswrap/Makefile')
-rw-r--r--src/regress/lib/libcrypto/aeswrap/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/regress/lib/libcrypto/aeswrap/Makefile b/src/regress/lib/libcrypto/aeswrap/Makefile
index 63770a5c7d..c869e5f4d2 100644
--- a/src/regress/lib/libcrypto/aeswrap/Makefile
+++ b/src/regress/lib/libcrypto/aeswrap/Makefile
@@ -1,11 +1,6 @@
1# $OpenBSD: Makefile,v 1.1 2014/04/22 21:27:15 miod Exp $ 1# $OpenBSD: Makefile,v 1.2 2014/05/30 15:17:43 jsing Exp $
2 2
3PROG= aes_wrap 3PROG= aes_wrap
4CRYPTO= ${.CURDIR}/../../../../lib/libssl/src/crypto
5CFLAGS+= -DAES_WRAP_TEST
6CFLAGS+= -I${CRYPTO} -I${CRYPTO}/aes
7.PATH: ${CRYPTO}/aes
8
9LDADD= -lcrypto 4LDADD= -lcrypto
10DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
11 6