summaryrefslogtreecommitdiff
path: root/regress/lib/libc/ieeefp
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-01 23:00:53 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-01 23:00:53 +0000
commite691d6b414b2f3602d208d1dbe07116477896faa (patch)
tree7ea9b3434434e73315241e8224a3ad7108bcd73a /regress/lib/libc/ieeefp
parentc9d518452bfddc63f00a995132317442cb5ead9f (diff)
trivial conversions to bsd.regress.mk
Diffstat (limited to 'regress/lib/libc/ieeefp')
-rw-r--r--regress/lib/libc/ieeefp/except/Makefile10
-rw-r--r--regress/lib/libc/ieeefp/round/Makefile10
2 files changed, 4 insertions, 16 deletions
diff --git a/regress/lib/libc/ieeefp/except/Makefile b/regress/lib/libc/ieeefp/except/Makefile
index ad9698f74fc..e4b47eec263 100644
--- a/regress/lib/libc/ieeefp/except/Makefile
+++ b/regress/lib/libc/ieeefp/except/Makefile
@@ -1,13 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:42 niklas Exp $
+# $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 $
PROG= except
SRCS= except.c
-NOMAN=
-install:
-
-regress: ${PROG}
- ./${PROG}
-
-.include <bsd.prog.mk>
+.include <bsd.regress.mk>
diff --git a/regress/lib/libc/ieeefp/round/Makefile b/regress/lib/libc/ieeefp/round/Makefile
index c8e5c4f4d66..a54671f51e8 100644
--- a/regress/lib/libc/ieeefp/round/Makefile
+++ b/regress/lib/libc/ieeefp/round/Makefile
@@ -1,13 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:42 niklas Exp $
+# $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 $
PROG= round
SRCS= round.c
-NOMAN=
-install:
-
-regress: ${PROG}
- ./${PROG}
-
-.include <bsd.prog.mk>
+.include <bsd.regress.mk>