diff --git a/core/commands/mount_nofuse.go b/core/commands/mount_nofuse.go index 4fcff7d0c..056beeaa9 100644 --- a/core/commands/mount_nofuse.go +++ b/core/commands/mount_nofuse.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd netbsd openbsd +// +build linux darwin freebsd netbsd openbsd dragonfly // +build nofuse package commands diff --git a/fuse/node/mount_nofuse.go b/fuse/node/mount_nofuse.go index 5ba902e0b..60c1b986c 100644 --- a/fuse/node/mount_nofuse.go +++ b/fuse/node/mount_nofuse.go @@ -1,4 +1,4 @@ -// +build linux darwin freebsd netbsd openbsd +// +build linux darwin freebsd netbsd openbsd dragonfly // +build nofuse package node