From 7e713d7bc2dd3f09a9d45d7e9971ba61b5ace302 Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 13 May 2004 09:14:34 +0000 Subject: BROKEN on 5.x: Does not build --- www/flood/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/flood/Makefile b/www/flood/Makefile index e90b41782c44..95af6c4e6e14 100644 --- a/www/flood/Makefile +++ b/www/flood/Makefile @@ -31,6 +31,12 @@ EX_DATA= flood.dtd relative-averages-time.awk round-robin-dynamic.xml \ round-robin-relative-reports.xml round-robin-ssl.xml \ round-robin-timed.xml round-robin.xml +.include + +.if ${OSVERSION} > 502111 +BROKEN= "Does not build on FreeBSD >= 5.x" +.endif + post-install: @${MKDIR} ${EXAMPLESDIR} .for f in ${EX_SCRIPTS} @@ -50,4 +56,4 @@ ANONCVS= cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic maint-checkout: ${ANONCVS} co httpd-test/flood -.include +.include -- cgit