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