/usr.bin/ministat/Makefile
https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 14 lines · 11 code · 2 blank · 1 comment · 0 complexity · 68aa5bc5a817556f7236eb2d1754c6b3 MD5 · raw file
- # $FreeBSD$
- PROG= ministat
- DPADD= ${LIBM}
- LDADD= -lm
- .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