aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ministat/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2008-10-16 20:39:02 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2008-10-16 20:39:02 +0000
commitc4f431a628f170241894d20a5eea4bb298c24a70 (patch)
treedf20edcfcaa4453a8e15b2da91299718444e5bd4 /usr.bin/ministat/Makefile
parentdf38b764053f54436902b1d4f0d6fc93943832a2 (diff)
downloadsrc-c4f431a628f170241894d20a5eea4bb298c24a70.tar.gz
src-c4f431a628f170241894d20a5eea4bb298c24a70.zip
Make ministat(1) vastly faster on huge datasets.
Notes
Notes: svn path=/head/; revision=183960
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 d95d49c0b601..e4c2f0718291 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