Home | History | Annotate | Line # | Download | only in divrem
Makefile revision 1.1
      1 # $Id: Makefile,v 1.1 2002/01/22 01:19:31 ross Exp $
      2 
      3 PROG=		divremtest
      4 NOMAN=		# defined
      5 COPTS+=		-Wall -Wno-format -Wno-parentheses
      6 GOODRESULT=	a8c75451201482303e1508e3b9494879
      7 
      8 regress: ${PROG}
      9 	[ `./${PROG} | md5` = ${GOODRESULT} ]
     10 
     11 .include <bsd.prog.mk>
     12