summaryrefslogtreecommitdiff
path: root/regress/lib/libc/ieeefp/round/Makefile
blob: 571133436cbd7e603319dad8e27648a72e34b6b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $

PROG=	round
SRCS=	round.c
NOMAN=

install:

regress: ${PROG}
	./${PROG}

.include <bsd.prog.mk>