Home | History | Annotate | Line # | Download | only in divrem
      1  1.6      jmc # $NetBSD: Makefile,v 1.6 2004/06/30 03:26:27 jmc Exp $
      2  1.4    lukem 
      3  1.4    lukem NOMAN=		# defined
      4  1.1     ross 
      5  1.1     ross PROG=		divremtest
      6  1.3  thorpej COPTS+=		-Wall -Wno-format -Wno-parentheses -Wno-uninitialized
      7  1.5    veego GOODRESULT=	3f181846a7fd931b9aeafeac6b32d24c
      8  1.1     ross 
      9  1.1     ross regress: ${PROG}
     10  1.1     ross 	[ `./${PROG} | md5` = ${GOODRESULT} ]
     11  1.1     ross 
     12  1.1     ross .include <bsd.prog.mk>
     13