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