diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-22 00:46:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-22 00:46:43 +0000 |
commit | d53f53c3b1cc126d4a5daab1c0f58fd04bb39b16 (patch) | |
tree | 719eb025b8e95c4be83724a77817adbc3e8b703b /benchmarks/bonnie++/Makefile | |
parent | 7ec54f887911308313622b9f0b42d01cd79560a7 (diff) |
Notes
Diffstat (limited to 'benchmarks/bonnie++/Makefile')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index a5d777e8ad65..d8115e211166 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -19,12 +19,6 @@ COMMENT= Performance Test of Filesystem I/O USE_REINPLACE= yes GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501103 -BROKEN= "Does not build with gcc 3.3; author is aware of the problem" -.endif - MAN1= bon_csv2html.1 bon_csv2txt.1 generate_randfile.1 MAN8= bonnie++.8 getc_putc.8 zcav.8 @@ -35,4 +29,4 @@ post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/readme.html ${DOCSDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |