1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/benchmarks/lmbench/files/Makefile

16 lines
324 B
Makefile
Raw Normal View History

# A Makefile for the installed lmbench
BINDIR = ./bin/bsd
results:
1996-02-01 07:22:23 +00:00
@(cd scripts; ./config-run ../${BINDIR}/CONFIG)
@(cd scripts; ./results)
rerun:
1996-02-01 07:22:23 +00:00
@(if [ ! -f ${BINDIR}/CONFIG ]; then \
(cd scripts; ./config-run ../${BINDIR}/CONFIG); \
fi)
@(cd scripts; ./results)
see:
cd Results && make summary percent | more