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