xref: /dragonfly/usr.bin/ministat/Makefile (revision 16dd80e4)
1# $FreeBSD: head/usr.bin/ministat/Makefile 275042 2014-11-25 14:29:10Z bapt $
2
3PROG=	ministat
4DPADD=	${LIBM}
5LDADD=	-lm
6
7.include <bsd.prog.mk>
8
9test:	${PROG}
10	./${PROG} < ${.CURDIR}/chameleon
11	./${PROG} ${.CURDIR}/chameleon
12	./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon
13	./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon
14	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
15	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
16