summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/pem/Makefile
blob: 34561e217f5bcf84b3027eba15a7f546d98acd92 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.1 2020/07/23 17:15:35 schwarze Exp $

PROG =		x509_info
LDADD =		-lcrypto
WARNINGS =	Yes
CFLAGS +=	-Werror

.include <bsd.regress.mk>