forked from TrueCloudLab/restic
Add basic support for DragonFlyBSD
This commit is contained in:
parent
8642049532
commit
3c0ceda536
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
//go:build aix || netbsd || openbsd
|
||||
// +build aix netbsd openbsd
|
||||
//go:build aix || dragonfly || netbsd || openbsd
|
||||
// +build aix dragonfly netbsd openbsd
|
||||
|
||||
package fs
|
||||
|
||||
|
|
Loading…
Reference in a new issue