Makefile (e653b48c80fb85b2a10372d664a4b55dbdc51dae) | Makefile (4a7f3dcea5e69827c138eeb1121860d901bace55) |
---|---|
1# $FreeBSD$ 2PROG= ministat 3NO_MAN= 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 | 1# $FreeBSD$ 2PROG= ministat 3NO_MAN= 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 |
15 ./${PROG} -s -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana ${.CURDIR}/iguana |
|