diff options
Diffstat (limited to 'src/regress/lib/libcrypto/aeswrap/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/aeswrap/Makefile | 7 |
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 | ||
3 | PROG= aes_wrap | 3 | PROG= aes_wrap |
4 | CRYPTO= ${.CURDIR}/../../../../lib/libssl/src/crypto | ||
5 | CFLAGS+= -DAES_WRAP_TEST | ||
6 | CFLAGS+= -I${CRYPTO} -I${CRYPTO}/aes | ||
7 | .PATH: ${CRYPTO}/aes | ||
8 | |||
9 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
10 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
11 | 6 | ||