summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ieeefp/round/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/ieeefp/round/Makefile')
-rw-r--r--src/regress/lib/libc/ieeefp/round/Makefile11
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
3PROG= round 3PROG= round
4SRCS= round.c
5NOMAN=
6 4
7install: 5.include <bsd.regress.mk>
8
9regress: ${PROG}
10 ./${PROG}
11
12.include <bsd.prog.mk>