From 0784d71f5de7f6f82293623ae43955047ad182c3 Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Fri, 14 Dec 2001 12:47:45 +0000 Subject: Mark broken for OSVERSION later than 500027, following the import of userland smbfs in OSVERSION 500028. --- net/smbfs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/smbfs') 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 -- cgit v1.2.3