aboutsummaryrefslogtreecommitdiff
path: root/net/smbfs
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-12-14 12:47:45 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-12-14 12:47:45 +0000
commit0784d71f5de7f6f82293623ae43955047ad182c3 (patch)
tree7d2a6844c43ca4ebe006c10c550dd5342ca25b65 /net/smbfs
parent67726e612186ee1dc522fa5a8476949d6012a09d (diff)
downloadports-0784d71f5de7f6f82293623ae43955047ad182c3.tar.gz
ports-0784d71f5de7f6f82293623ae43955047ad182c3.zip
Notes
Diffstat (limited to 'net/smbfs')
-rw-r--r--net/smbfs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/smbfs/Makefile b/net/smbfs/Makefile
index c807657c1008..2ce5232b63a5 100644
--- a/net/smbfs/Makefile
+++ b/net/smbfs/Makefile
@@ -30,6 +30,10 @@ PLIST_SUB= KMODDIR=${KMODDIR}
PLIST_SUB= KMODDIR="@comment "
.endif
+.if ${OSVERSION} > 500027
+BROKEN= "OS versions subsequent to 500027 include smbfs"
+.endif
+
.if defined(SMP_SUPPORT)
CONFIGURE_ARGS+= -DSMP_SUPPORT
.endif