From 228044f340494040e6dbf1470cbeb77539d3e52f Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Thu, 5 Oct 2006 06:35:52 +0000 Subject: [PATCH] Actually mark BROKEN for 5.x, not for all versions as it was done at previous commit. Pointy hat to: bsam (me) --- sysutils/ipmi-kmod/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/ipmi-kmod/Makefile b/sysutils/ipmi-kmod/Makefile index cf10461a123b..fd157987dfde 100644 --- a/sysutils/ipmi-kmod/Makefile +++ b/sysutils/ipmi-kmod/Makefile @@ -26,7 +26,9 @@ KMODDIR= /boot/modules .include +.if ${OSVERSION} < 600000 BROKEN= Does not compile +.endif ONLY_FOR_ARCHS= i386 amd64