xref: /netbsd/regress/lib/libc/divrem/Makefile (revision c4a72b64)
1# $Id: Makefile,v 1.4 2002/09/18 05:41:37 lukem Exp $
2
3NOMAN=		# defined
4
5PROG=		divremtest
6COPTS+=		-Wall -Wno-format -Wno-parentheses -Wno-uninitialized
7GOODRESULT=	ffc1f640297c048e4a9ee02c89bd328a
8
9regress: ${PROG}
10	[ `./${PROG} | md5` = ${GOODRESULT} ]
11
12.include <bsd.prog.mk>
13