summaryrefslogtreecommitdiffstats
path: root/usr.bin/ministat/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2008-10-16 20:39:02 +0000
committerphk <phk@FreeBSD.org>2008-10-16 20:39:02 +0000
commite0d6bb5c82080821b71a0be0384ee81829521e72 (patch)
treedf20edcfcaa4453a8e15b2da91299718444e5bd4 /usr.bin/ministat/Makefile
parenteece70b41c85532ab7fff01d9abbb753b9c5a271 (diff)
downloadFreeBSD-src-e0d6bb5c82080821b71a0be0384ee81829521e72.zip
FreeBSD-src-e0d6bb5c82080821b71a0be0384ee81829521e72.tar.gz
Make ministat(1) vastly faster on huge datasets.
Diffstat (limited to 'usr.bin/ministat/Makefile')
-rw-r--r--usr.bin/ministat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ministat/Makefile b/usr.bin/ministat/Makefile
index d95d49c..e4c2f07 100644
--- a/usr.bin/ministat/Makefile
+++ b/usr.bin/ministat/Makefile
@@ -8,7 +8,7 @@ LDADD= -lm
test: ${PROG}
./${PROG} < ${.CURDIR}/chameleon
./${PROG} ${.CURDIR}/chameleon
- ./${PROG} ${.CURDIR}/chameleon ${.CURDIR}/iguana
- ./${PROG} -c 80 ${.CURDIR}/chameleon ${.CURDIR}/iguana
+ ./${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
OpenPOWER on IntegriCloud