xref: /freebsd/usr.bin/ministat/Makefile (revision e8d8bef961a50d4dc22501cde4fb9fb0be1b2532)
1# $FreeBSD$
2PROG=	ministat
3
4LIBADD=	m
5
6.include <bsd.prog.mk>
7
8test:	${PROG}
9	./${PROG} < ${.CURDIR}/chameleon
10	./${PROG} ${.CURDIR}/chameleon
11	./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon
12	./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon
13	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
14	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
15