/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

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