mirror of https://github.com/hak5/overseer.git
Adds freebsd support (#37)
parent
ce90558466
commit
e26c3c6656
|
@ -1,4 +1,4 @@
|
|||
// +build linux darwin
|
||||
// +build linux darwin freebsd
|
||||
|
||||
package overseer
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build !linux,!darwin,!windows
|
||||
// +build !linux,!darwin,!windows,!freebsd
|
||||
|
||||
package overseer
|
||||
|
||||
|
|
Loading…
Reference in New Issue