diff options
Diffstat (limited to 'src/regress/lib/libc/ieeefp/infinity/Makefile')
-rw-r--r-- | src/regress/lib/libc/ieeefp/infinity/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/regress/lib/libc/ieeefp/infinity/Makefile b/src/regress/lib/libc/ieeefp/infinity/Makefile new file mode 100644 index 0000000000..a593fcf37d --- /dev/null +++ b/src/regress/lib/libc/ieeefp/infinity/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2004/01/15 18:53:24 miod Exp $ | ||
2 | |||
3 | PROG= infinity | ||
4 | SRCS= infinity.c | ||
5 | |||
6 | DPADD+= ${LIBM} | ||
7 | LDADD+= -lm | ||
8 | |||
9 | .include <bsd.regress.mk> | ||