summaryrefslogtreecommitdiffstats
path: root/usr.bin/ministat/Makefile
blob: e4c2f0718291550f3ac305c24175aaa7a0dcbaab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$
PROG=	ministat
DPADD=	${LIBM}
LDADD=	-lm

.include <bsd.prog.mk>

test:	${PROG}
	./${PROG} < ${.CURDIR}/chameleon 
	./${PROG} ${.CURDIR}/chameleon 
	./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon
	./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon
	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
OpenPOWER on IntegriCloud