diff options
-rw-r--r-- | comms/hcfmdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hcfmdm/Makefile b/comms/hcfmdm/Makefile index 6eaba2b337e1..587b6bc6c038 100644 --- a/comms/hcfmdm/Makefile +++ b/comms/hcfmdm/Makefile @@ -45,7 +45,7 @@ IGNORE= is not for FreeBSD versions < 600100 .endif .if ${OSVERSION} >= 700000 -BROKEN= Does not compile at 7.x +BROKEN= Does not compile at 7.x or higher .endif PLIST_SUB+= KMODDIR=${KMODDIR} |