diff options
Diffstat (limited to 'regress/lib/libc/ieeefp')
-rw-r--r-- | regress/lib/libc/ieeefp/except/Makefile | 10 | ||||
-rw-r--r-- | regress/lib/libc/ieeefp/round/Makefile | 10 |
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> |