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

.include <bsd.prog.mk>

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