summaryrefslogtreecommitdiff
path: root/net
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
parent- Fix a malloc.h syndrome on -CURRENT; (diff)
Mark broken for OSVERSION later than 500027, following the import
of userland smbfs in OSVERSION 500028.
Notes
Notes: svn path=/head/; revision=51534
Diffstat (limited to 'net')
-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