diff options
author | 2002-02-16 17:22:40 +0000 | |
---|---|---|
committer | 2002-02-16 17:22:40 +0000 | |
commit | dd29d62c9180e520030864963ee354a43bccd192 (patch) | |
tree | 8f411a051f51dbe416d274ccb0ba336e7147ffbf /regress/lib/libc | |
parent | Simple test for isinf(3) and HUGE_VAL; ok art (diff) | |
download | wireguard-openbsd-dd29d62c9180e520030864963ee354a43bccd192.tar.xz wireguard-openbsd-dd29d62c9180e520030864963ee354a43bccd192.zip |
+ inf
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/ieeefp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/ieeefp/Makefile b/regress/lib/libc/ieeefp/Makefile index 892a1e77700..8db45d2f3db 100644 --- a/regress/lib/libc/ieeefp/Makefile +++ b/regress/lib/libc/ieeefp/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.3 2001/01/29 02:05:41 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 2002/02/16 17:22:40 pvalchev Exp $ # $NetBSD: Makefile,v 1.5 1996/04/09 16:54:18 phil Exp $ -SUBDIR+= except round +SUBDIR+= except inf round regress: _SUBDIRUSE |