1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-21 23:33:03 +00:00

Add basic support for DragonFlyBSD

This commit is contained in:
Tyson Key 2024-11-05 15:52:45 +00:00 committed by Michael Eischer
parent 8642049532
commit 3c0ceda536

View file

@ -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