diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-03-15 21:44:42 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-03-15 21:44:42 +0000 |
commit | c8d56c3f2342995280644b779481642f8c01f46e (patch) | |
tree | 098978bc1794d1cb6ee12be592b50be84c0dfe84 /regress/lib | |
parent | 20e258e5a26780ea908d09047c6b2d279e5103a3 (diff) |
add exp & sort
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 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: |