1# $FreeBSD$ 2PROG= ministat 3 4DPADD= ${LIBM} 5LDADD= -lm 6 7# BJG 8WARNS= 9 10.include <bsd.prog.mk> 11 12test: ${PROG} 13 ./${PROG} < ${.CURDIR}/chameleon 14 ./${PROG} ${.CURDIR}/chameleon 15 ./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon 16 ./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon 17 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana 18 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana 19