From 30efded036874c74618dfb5ac31c875f7b199f8c Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 20 May 2006 08:37:28 +0000 Subject: - Mark BROKEN on 4.X Reported by: krismail --- sysutils/sfdisk/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sysutils/sfdisk/Makefile b/sysutils/sfdisk/Makefile index 39010a5578aa..7b05dfb43817 100644 --- a/sysutils/sfdisk/Makefile +++ b/sysutils/sfdisk/Makefile @@ -20,8 +20,14 @@ MAKEFILE= Makefile.bsd NOT_FOR_ARCHS= ia64 +.include + .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif -.include +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on FreeBSD 4.X +.endif + +.include -- cgit