summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/ieeefp/except/Makefile6
-rw-r--r--src/regress/lib/libc/ieeefp/round/Makefile4
2 files changed, 3 insertions, 7 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/Makefile b/src/regress/lib/libc/ieeefp/except/Makefile
index e4b47eec26..ff620e016b 100644
--- a/src/regress/lib/libc/ieeefp/except/Makefile
+++ b/src/regress/lib/libc/ieeefp/except/Makefile
@@ -1,7 +1,5 @@
1# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ 1# $OpenBSD: Makefile,v 1.4 2002/02/18 11:22:26 art Exp $
2# $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $
3 2
4PROG= except 3PROG=except
5SRCS= except.c
6 4
7.include <bsd.regress.mk> 5.include <bsd.regress.mk>
diff --git a/src/regress/lib/libc/ieeefp/round/Makefile b/src/regress/lib/libc/ieeefp/round/Makefile
index a54671f51e..9ea6dd8c39 100644
--- a/src/regress/lib/libc/ieeefp/round/Makefile
+++ b/src/regress/lib/libc/ieeefp/round/Makefile
@@ -1,7 +1,5 @@
1# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ 1# $OpenBSD: Makefile,v 1.4 2002/02/18 11:25:34 art Exp $
2# $NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $
3 2
4PROG= round 3PROG= round
5SRCS= round.c
6 4
7.include <bsd.regress.mk> 5.include <bsd.regress.mk>