summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-07-20 22:19:58 +0000
committerwiz <wiz@pkgsrc.org>2020-07-20 22:19:58 +0000
commit8c6f15d323dc8190f230ab0fa2cb0be46d207729 (patch)
treef26c732ae7032af8a0827d60c4bf51966641172f
parentff0861c25bdf49b5889e92163191fe2bb4d5d621 (diff)
downloadpkgsrc-8c6f15d323dc8190f230ab0fa2cb0be46d207729.tar.gz
samba4: NetBSD current supports ACL, add it to allow-list
-rw-r--r--net/samba4/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/options.mk b/net/samba4/options.mk
index b040b44332e..d074ba10e66 100644
--- a/net/samba4/options.mk
+++ b/net/samba4/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2020/05/26 12:22:57 jperkin Exp $
+# $NetBSD: options.mk,v 1.11 2020/07/20 22:19:58 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.samba4
PKG_SUPPORTED_OPTIONS= ads avahi fam ldap pam winbind # cups # cups option is broken for me.
@@ -6,7 +6,7 @@ PKG_SUGGESTED_OPTIONS= avahi ldap pam winbind
.include "../../mk/bsd.fast.prefs.mk"
-SAMBA_ACL_OPSYS= AIX Darwin FreeBSD HPUX IRIX Linux OSF1 SunOS
+SAMBA_ACL_OPSYS= AIX Darwin FreeBSD HPUX IRIX Linux NetBSD OSF1 SunOS
.if !empty(SAMBA_ACL_OPSYS:M${OPSYS})
PKG_SUPPORTED_OPTIONS+= acl
.endif