Makefile revision 1.2
1# $Id: Makefile,v 1.2 2002/01/23 20:48:08 ross Exp $
2
3PROG=		divremtest
4NOMAN=		# defined
5COPTS+=		-Wall -Wno-format -Wno-parentheses
6GOODRESULT=	ffc1f640297c048e4a9ee02c89bd328a
7
8regress: ${PROG}
9	[ `./${PROG} | md5` = ${GOODRESULT} ]
10
11.include <bsd.prog.mk>
12