summaryrefslogtreecommitdiff
path: root/filesystems/openafs/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/openafs/options.mk')
-rw-r--r--filesystems/openafs/options.mk17
1 files changed, 3 insertions, 14 deletions
diff --git a/filesystems/openafs/options.mk b/filesystems/openafs/options.mk
index fc57c357665..79fe81cece0 100644
--- a/filesystems/openafs/options.mk
+++ b/filesystems/openafs/options.mk
@@ -1,15 +1,13 @@
-# $NetBSD: options.mk,v 1.2 2013/04/08 11:17:13 rodent Exp $
+# $NetBSD: options.mk,v 1.3 2014/02/21 21:33:51 gendalia Exp $
.include "../../mk/bsd.prefs.mk"
PKG_OPTIONS_VAR= PKG_OPTIONS.openafs
-PKG_SUPPORTED_OPTIONS+= server bitmap-later bos-new-config fast-restart
-PKG_SUPPORTED_OPTIONS+= largefile kernel-module supergroups namei
+PKG_SUPPORTED_OPTIONS+= server bitmap-later kernel-module supergroups namei
.if ${MACHINE_ARCH} != "x86_64"
PKG_SUPPORTED_OPTIONS+= pam
.endif
-PKG_SUGGESTED_OPTIONS= server bitmap-later bos-new-config fast-restart
-PKG_SUGGESTED_OPTIONS+= namei largefile -kernel-module supergroups
+PKG_SUGGESTED_OPTIONS= server -bitmap-later namei -kernel-module supergroups
.include "../../mk/bsd.options.mk"
@@ -19,15 +17,6 @@ CONFIGURE_ARGS+= --enable-supergroups
.if !empty(PKG_OPTIONS:Mbitmap-later)
CONFIGURE_ARGS+= --enable-bitmap-later
.endif
-.if !empty(PKG_OPTIONS:Mbos-new-config)
-CONFIGURE_ARGS+= --enable-bos-new-config
-.endif
-.if !empty(PKG_OPTIONS:Mfast-restart)
-CONFIGURE_ARGS+= --enable-fast-restart
-.endif
-.if !empty(PKG_OPTIONS:Mlargefile)
-CONFIGURE_ARGS+= --enable-largefile-fileserver
-.endif
.if !empty(PKG_OPTIONS:Mkernel-module)
CONFIGURE_ARGS+= --enable-kernel-module
.else