xref: /netbsd-src/regress/lib/libc/divrem/Makefile (revision f648d12d47727113ad5330b0753bb2f2ef8e1045)
1# $NetBSD: Makefile,v 1.6 2004/06/30 03:26:27 jmc Exp $
2
3NOMAN=		# defined
4
5PROG=		divremtest
6COPTS+=		-Wall -Wno-format -Wno-parentheses -Wno-uninitialized
7GOODRESULT=	3f181846a7fd931b9aeafeac6b32d24c
8
9regress: ${PROG}
10	[ `./${PROG} | md5` = ${GOODRESULT} ]
11
12.include <bsd.prog.mk>
13