summaryrefslogtreecommitdiff
path: root/regress/lib/libm/Makefile
blob: feac435a8baab35ba65105e7c37d752cbb16d40a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.15 2019/02/21 16:14:45 bluhm Exp $

SUBDIR+= exp fenv floor fpaccuracy lgamma nextafter msun rint round \
	 tgamma toint trivial1

.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR+= cephes
.endif

install:

.include <bsd.subdir.mk>