blob: 52d0835df4149974dccda2028844955a0697f8ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.1 2018/11/06 06:55:27 tb Exp $
.include "../../Makefile.inc"
PROG= bn_rand_interval
LDADD= ${CRYPTO_INT}
DPADD= ${LIBCRYPTO}
WARNINGS= Yes
CFLAGS+= -Werror
.include <bsd.regress.mk>
|