summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-02-18 11:22:26 +0000
committerart <art@openbsd.org>2002-02-18 11:22:26 +0000
commit543e7e79c98361e7afad7602e08aeda30fb4a0c3 (patch)
tree3ab9a7275897336d74e6b7331559b5ebb208b293 /regress/lib/libc
parentAlso test is dtors are run if we return from main. (diff)
downloadwireguard-openbsd-543e7e79c98361e7afad7602e08aeda30fb4a0c3.tar.xz
wireguard-openbsd-543e7e79c98361e7afad7602e08aeda30fb4a0c3.zip
clean
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/ieeefp/except/Makefile6
-rw-r--r--regress/lib/libc/ieeefp/round/Makefile4
2 files changed, 3 insertions, 7 deletions
diff --git a/regress/lib/libc/ieeefp/except/Makefile b/regress/lib/libc/ieeefp/except/Makefile
index e4b47eec263..ff620e016bb 100644
--- a/regress/lib/libc/ieeefp/except/Makefile
+++ b/regress/lib/libc/ieeefp/except/Makefile
@@ -1,7 +1,5 @@
-# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $
-# $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $
+# $OpenBSD: Makefile,v 1.4 2002/02/18 11:22:26 art Exp $
-PROG= except
-SRCS= except.c
+PROG=except
.include <bsd.regress.mk>
diff --git a/regress/lib/libc/ieeefp/round/Makefile b/regress/lib/libc/ieeefp/round/Makefile
index a54671f51e8..9ea6dd8c391 100644
--- a/regress/lib/libc/ieeefp/round/Makefile
+++ b/regress/lib/libc/ieeefp/round/Makefile
@@ -1,7 +1,5 @@
-# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $
-# $NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $
+# $OpenBSD: Makefile,v 1.4 2002/02/18 11:25:34 art Exp $
PROG= round
-SRCS= round.c
.include <bsd.regress.mk>