diff options
Diffstat (limited to 'src/regress/lib/libc/ieeefp/round/Makefile')
-rw-r--r-- | src/regress/lib/libc/ieeefp/round/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/regress/lib/libc/ieeefp/round/Makefile b/src/regress/lib/libc/ieeefp/round/Makefile index 571133436c..9ea6dd8c39 100644 --- a/src/regress/lib/libc/ieeefp/round/Makefile +++ b/src/regress/lib/libc/ieeefp/round/Makefile | |||
@@ -1,12 +1,5 @@ | |||
1 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2002/02/18 11:25:34 art Exp $ |
2 | 2 | ||
3 | PROG= round | 3 | PROG= round |
4 | SRCS= round.c | ||
5 | NOMAN= | ||
6 | 4 | ||
7 | install: | 5 | .include <bsd.regress.mk> |
8 | |||
9 | regress: ${PROG} | ||
10 | ./${PROG} | ||
11 | |||
12 | .include <bsd.prog.mk> | ||