Makefile revision 174810
1# $FreeBSD: head/usr.bin/ministat/Makefile 174810 2007-12-20 10:17:07Z phk $
2PROG=	ministat
3DPADD=	${LIBM}
4LDADD=	-lm
5
6.include <bsd.prog.mk>
7
8test:	${PROG}
9	./${PROG} < ${.CURDIR}/chameleon 
10	./${PROG} ${.CURDIR}/chameleon 
11	./${PROG} ${.CURDIR}/chameleon ${.CURDIR}/iguana
12	./${PROG} -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
13	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
14	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
15