xref: /freebsd/usr.bin/ministat/Makefile (revision 3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb)
13b9b37bdSPoul-Henning Kamp# $FreeBSD$
23b9b37bdSPoul-Henning KampPROG=	ministat
3*3e11bd9eSBaptiste Daroussin
4*3e11bd9eSBaptiste DaroussinLIBADD=	m
53b9b37bdSPoul-Henning Kamp
63b9b37bdSPoul-Henning Kamp.include <bsd.prog.mk>
73b9b37bdSPoul-Henning Kamp
83b9b37bdSPoul-Henning Kamptest:	${PROG}
93b9b37bdSPoul-Henning Kamp	./${PROG} < ${.CURDIR}/chameleon
103b9b37bdSPoul-Henning Kamp	./${PROG} ${.CURDIR}/chameleon
11c4f431a6SPoul-Henning Kamp	./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon
12c4f431a6SPoul-Henning Kamp	./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon
13573e036eSPoul-Henning Kamp	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
144a7f3dceSPoul-Henning Kamp	./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
15