diff --git a/core/commands/mount_nofuse.go b/core/commands/mount_nofuse.go index 932f1839e..a58947b13 100644 --- a/core/commands/mount_nofuse.go +++ b/core/commands/mount_nofuse.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build nofuse package commands diff --git a/core/commands/mount_unix.go b/core/commands/mount_unix.go index fbcd99b45..162e8ba91 100644 --- a/core/commands/mount_unix.go +++ b/core/commands/mount_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build !nofuse package commands diff --git a/fuse/ipns/mount_unix.go b/fuse/ipns/mount_unix.go index 57b234db8..9b3afed2d 100644 --- a/fuse/ipns/mount_unix.go +++ b/fuse/ipns/mount_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build !nofuse package ipns diff --git a/fuse/node/mount_nofuse.go b/fuse/node/mount_nofuse.go index 2a26c88d9..5b626cece 100644 --- a/fuse/node/mount_nofuse.go +++ b/fuse/node/mount_nofuse.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build nofuse package node diff --git a/fuse/node/mount_unix.go b/fuse/node/mount_unix.go index 63c172f0e..a16e2c9f8 100644 --- a/fuse/node/mount_unix.go +++ b/fuse/node/mount_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build !nofuse package node diff --git a/fuse/readonly/mount_unix.go b/fuse/readonly/mount_unix.go index 9ba1b6b6c..d70e01292 100644 --- a/fuse/readonly/mount_unix.go +++ b/fuse/readonly/mount_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build !nofuse package readonly diff --git a/fuse/readonly/readonly_unix.go b/fuse/readonly/readonly_unix.go index d1586f793..f76928e0f 100644 --- a/fuse/readonly/readonly_unix.go +++ b/fuse/readonly/readonly_unix.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd +// +build linux darwin freebsd netbsd // +build !nofuse package readonly