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