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