aboutsummaryrefslogtreecommitdiff
path: root/net/smbfs
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-12-18 13:21:48 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-12-18 13:21:48 +0000
commitbc9f859cdbbac175d1192093e918a0e0b15134b8 (patch)
tree6c773fdfa4741bbe4804725bd8e330be4156a7bb /net/smbfs
parent186211d9535ecd5fd91c14864aa23c3f1f1c2d93 (diff)
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 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