2011-07-16 17:20:53 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
PROG= ministat
|
|
|
|
DPADD= ${LIBM}
|
|
|
|
LDADD= -lm
|
|
|
|
|
2013-08-14 14:29:26 +02:00
|
|
|
# BJG
|
2013-08-26 18:43:05 +02:00
|
|
|
WARNS=
|
2013-08-14 14:29:26 +02:00
|
|
|
|
2011-07-16 17:20:53 +02:00
|
|
|
.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
|