summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/pem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/pem/Makefile')
-rw-r--r--src/regress/lib/libcrypto/pem/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/pem/Makefile b/src/regress/lib/libcrypto/pem/Makefile
new file mode 100644
index 0000000000..34561e217f
--- /dev/null
+++ b/src/regress/lib/libcrypto/pem/Makefile
@@ -0,0 +1,8 @@
1# $OpenBSD: Makefile,v 1.1 2020/07/23 17:15:35 schwarze Exp $
2
3PROG = x509_info
4LDADD = -lcrypto
5WARNINGS = Yes
6CFLAGS += -Werror
7
8.include <bsd.regress.mk>