Deleted Added
full compact
Makefile (125500) Makefile (136910)
1# $FreeBSD: head/usr.bin/ministat/Makefile 125500 2004-02-05 22:01:28Z ru $
1# $FreeBSD: head/usr.bin/ministat/Makefile 136910 2004-10-24 15:33:08Z ru $
2PROG= ministat
2PROG= ministat
3NOMAN= yes
3NOMAN=
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
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