2003-08-13 07:21:54 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
PROG= ministat
|
|
|
|
NOMAN= yes
|
2004-02-05 22:01:28 +00:00
|
|
|
DPADD= ${LIBM}
|
2003-08-13 07:21:54 +00:00
|
|
|
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
|
2003-10-31 13:25:43 +00:00
|
|
|
./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
|