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