diff options
Diffstat (limited to 'src/regress/lib/libc/ieeefp/round/Makefile')
-rw-r--r-- | src/regress/lib/libc/ieeefp/round/Makefile | 5 |
1 files changed, 5 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..9ea6dd8c39 --- /dev/null +++ b/src/regress/lib/libc/ieeefp/round/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2002/02/18 11:25:34 art Exp $ | ||
2 | |||
3 | PROG= round | ||
4 | |||
5 | .include <bsd.regress.mk> | ||