xref: /openbsd/regress/lib/libcrypto/bn/Makefile (revision 09467b48)
1#	$OpenBSD: Makefile,v 1.6 2018/11/06 06:56:17 tb Exp $
2
3SUBDIR= \
4	addsub \
5	general \
6	mont \
7	rand
8
9
10install:
11
12.include <bsd.subdir.mk>
13