Home | History | Annotate | Line # | Download | only in divrem
Makefile revision 1.4
      1  1.4    lukem # $Id: Makefile,v 1.4 2002/09/18 05:41:37 lukem 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.2     ross GOODRESULT=	ffc1f640297c048e4a9ee02c89bd328a
      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