aboutsummaryrefslogtreecommitdiffstats
path: root/net/smbfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/smbfs/Makefile')
-rw-r--r--net/smbfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/smbfs/Makefile b/net/smbfs/Makefile
index 408cc7b3e512..9e295b01cb38 100644
--- a/net/smbfs/Makefile
+++ b/net/smbfs/Makefile
@@ -24,6 +24,10 @@ CONFIGURE_SCRIPT=configure
BROKEN= "OS versions prior to 400000 is not supported"
.endif
+.if ${OSVERSION} > 440002 && ${OSVERSION} < 500000
+IGNORE= "OS versions subsequent to 440002 include smbfs"
+.endif
+
.if ${OSVERSION} < 500000
PLIST_SUB= KMODDIR=${KMODDIR}
.else