Makefile (573e036e310536cca5ac2fbf0bd93595ec81ee48) Makefile (b77a54a6883fc620aa82795b34b7378d21a99f83)
1# $FreeBSD$
2PROG= ministat
3NOMAN= yes
1# $FreeBSD$
2PROG= ministat
3NOMAN= yes
4
4DPADD= ${LIBM}
5LDADD= -lm
6
7.include <bsd.prog.mk>
8
9test: ${PROG}
10 ./${PROG} < ${.CURDIR}/chameleon
11 ./${PROG} ${.CURDIR}/chameleon
12 ./${PROG} ${.CURDIR}/chameleon ${.CURDIR}/iguana
13 ./${PROG} -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
14 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
5LDADD= -lm
6
7.include <bsd.prog.mk>
8
9test: ${PROG}
10 ./${PROG} < ${.CURDIR}/chameleon
11 ./${PROG} ${.CURDIR}/chameleon
12 ./${PROG} ${.CURDIR}/chameleon ${.CURDIR}/iguana
13 ./${PROG} -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
14 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana