diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-04-09 01:26:42 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-04-09 01:26:42 +0000 |
commit | 836446c8954de1497c22964eb0e676a38995bd5c (patch) | |
tree | 13de20875d2fa6f08094e97fc3b822e9c51293d5 /regress/lib | |
parent | 76659633fa7dff114aca445850784180e2952bd9 (diff) |
add fpaccuracy
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libm/Makefile b/regress/lib/libm/Makefile index b397ee4865e..71f6abaf52a 100644 --- a/regress/lib/libm/Makefile +++ b/regress/lib/libm/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.8 2008/06/11 15:07:34 martynas Exp $ +# $OpenBSD: Makefile,v 1.9 2009/04/09 01:26:41 martynas Exp $ -SUBDIR+= exp floor rint tgamma toint trivial1 +SUBDIR+= exp floor fpaccuracy rint tgamma toint trivial1 install: |