Home | History | Annotate | Line # | Download | only in divrem
Makefile revision 1.3
      1  1.3  thorpej # $Id: Makefile,v 1.3 2002/01/29 17:21:46 thorpej Exp $
      2  1.1     ross 
      3  1.1     ross PROG=		divremtest
      4  1.1     ross NOMAN=		# defined
      5  1.3  thorpej COPTS+=		-Wall -Wno-format -Wno-parentheses -Wno-uninitialized
      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