2003-08-13 07:21:54 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
PROG= ministat
|
2014-11-25 14:29:10 +00:00
|
|
|
|
|
|
|
LIBADD= m
|
2003-08-13 07:21:54 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
|
|
|
|
test: ${PROG}
|
2014-11-25 14:29:10 +00:00
|
|
|
./${PROG} < ${.CURDIR}/chameleon
|
|
|
|
./${PROG} ${.CURDIR}/chameleon
|
2008-10-16 20:39:02 +00:00
|
|
|
./${PROG} ${.CURDIR}/iguana ${.CURDIR}/chameleon
|
|
|
|
./${PROG} -c 80 ${.CURDIR}/iguana ${.CURDIR}/chameleon
|
2003-10-31 13:25:43 +00:00
|
|
|
./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
|
2005-07-21 08:32:56 +00:00
|
|
|
./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana
|