diff options
Diffstat (limited to 'src/regress/lib/libcrypto/gcm128/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/gcm128/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/gcm128/Makefile b/src/regress/lib/libcrypto/gcm128/Makefile new file mode 100644 index 0000000000..7583403ad3 --- /dev/null +++ b/src/regress/lib/libcrypto/gcm128/Makefile | |||
@@ -0,0 +1,12 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2014/04/17 18:33:22 miod Exp $ | ||
2 | |||
3 | PROG= gcm128 | ||
4 | SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes | ||
5 | CFLAGS+= -DSELFTEST | ||
6 | CFLAGS+= -I${SRC} | ||
7 | .PATH: ${SRC} | ||
8 | |||
9 | LDADD= -lcrypto | ||
10 | DPADD= ${LIBCRYPTO} | ||
11 | |||
12 | .include <bsd.regress.mk> | ||