]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/sortbench/Makefile
bhnd(9): Fix a few mandoc related issues
[FreeBSD/FreeBSD.git] / tools / tools / sortbench / Makefile
1 # $FreeBSD$
2
3 PROG=   sort_bench
4 MAN=
5
6 LIBADD= m
7
8 .ifdef WITH_WIKISORT
9 CFLAGS= -I${SRCTOP}/lib/libc -DWIKI
10 .endif
11
12 CLEANDIRS=      stats
13 ELEMENT_BITS=   20
14 bench: .PHONY
15         ${.CURDIR}/bench.py ${ELEMENT_BITS}
16         @echo "See results in ${.OBJDIR}/stats"
17
18 .include <bsd.prog.mk>