From 37214af2688148a43a2ed0eabfed57e71e8a6016 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Tue, 18 Dec 2001 13:21:48 +0000 Subject: IGNORE for OSVERSION later than 440002, following the import of userland smbfs in OSVERSION 440003. This port is now only useful for older 4.x and 5.x systems that are not STABLE / CURRENT. --- net/smbfs/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/smbfs/Makefile') 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 -- cgit