diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
commit | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch) | |
tree | 31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/fio | |
parent | - Add entry about the new DEFAULT_VERSIONS framework (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: benchmarks)
Notes
Notes:
svn path=/head/; revision=327708
Diffstat (limited to 'benchmarks/fio')
-rw-r--r-- | benchmarks/fio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 8b778cad7b88..10425d9f33f7 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -20,6 +20,7 @@ GNUPLOT_DESC= Support for plotting graphs MAN1= fio.1 fio_generate_plots.1 +NO_STAGE= yes .include <bsd.port.options.mk> do-install: |