diff options
author | 2006-03-15 21:44:41 +0000 | |
---|---|---|
committer | 2006-03-15 21:44:41 +0000 | |
commit | bd01761833f98f23edbaf3d7272b03c6dfe39a8d (patch) | |
tree | 1e444e16a93d437cb39f783bb01ab4043868e24b | |
parent | Simple exp(3) and expf(3) regression test for +Inf and -Inf (diff) | |
download | wireguard-openbsd-bd01761833f98f23edbaf3d7272b03c6dfe39a8d.tar.xz wireguard-openbsd-bd01761833f98f23edbaf3d7272b03c6dfe39a8d.zip |
add exp & sort
-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 c0ccaf967fd..dc270439677 100644 --- a/regress/lib/libm/Makefile +++ b/regress/lib/libm/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2005/07/13 14:53:54 otto Exp $ +# $OpenBSD: Makefile,v 1.7 2006/03/15 21:44:41 otto Exp $ -SUBDIR+= rint floor toint trivial1 +SUBDIR+= exp floor rint toint trivial1 install: |