1PROG= ministat 2 3LIBADD= m 4 5.include <bsd.prog.mk> 6 7test: ${PROG} 8 ./${PROG} < ${.CURDIR}/chameleon 9 ./${PROG} ${.CURDIR}/chameleon 10 ./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon 11 ./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon 12 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana 13 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana 14