blob: 6ec223116df929c2821a4d07165192b68fa56d0a (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.5 2022/09/01 14:02:41 tb Exp $
PROG = sha_test
LDADD = -lcrypto
DPADD = ${LIBCRYPTO}
WARNINGS = Yes
CFLAGS += -DLIBRESSL_INTERNAL -Werror
.include <bsd.regress.mk>
|