Index: server/cmd/mmctl/commands/utils_unix.go
--- server/cmd/mmctl/commands/utils_unix.go.orig
+++ server/cmd/mmctl/commands/utils_unix.go
@@ -1,8 +1,8 @@
 // Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
 // See LICENSE.txt for license information.
 
-//go:build linux || darwin || freebsd
-// +build linux darwin freebsd
+//go:build linux || darwin || freebsd || openbsd
+// +build linux darwin freebsd openbsd
 
 package commands
 
