NetBSD/regress/lib/libm/Makefile
drochner f0a00b4ec9 humble beginnings of regression tests for libm functions: test for
a longstanding bug in round()/roundf() which I will pull in a fix
for (from FreeBSD) in a minute
2007-08-21 19:52:36 +00:00

6 lines
102 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/08/21 19:52:36 drochner Exp $
SUBDIR= round
.include <bsd.subdir.mk>