#	$NetBSD: Makefile,v 1.2 1997/05/07 16:01:41 mycroft Exp $

PROG=	round
SRCS=	round.c
NOMAN=

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

.include <bsd.prog.mk>
