diff options
-rw-r--r-- | emulators/open-vm-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 8a974a2fface..3e619f14a942 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -77,6 +77,8 @@ USE_RC_SUBR= vmware-guestd.sh vmware-kmod.sh .if ${OSVERSION} < 700000 BROKEN= does not compile on 6.X +.elif ${OSVERSION} >= 900000 +BROKEN= does not build .endif .if ${ARCH} == "sparc64" |