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