Commit 8c46e47b authored by Joel Sing's avatar Joel Sing Committed by Rob Pike

crypto, exec, path, time: add support for OpenBSD

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4837048
parent 595e9d50
......@@ -19,6 +19,9 @@ GOFILES_darwin=\
GOFILES_linux=\
rand_unix.go\
GOFILES_openbsd=\
rand_unix.go\
GOFILES_windows=\
rand_windows.go\
......
......@@ -17,6 +17,9 @@ GOFILES_darwin=\
GOFILES_linux=\
lp_unix.go\
GOFILES_openbsd=\
lp_unix.go\
GOFILES_windows=\
lp_windows.go\
......
......@@ -18,6 +18,9 @@ GOFILES_darwin=\
GOFILES_linux=\
path_unix.go
GOFILES_openbsd=\
path_unix.go
GOFILES_plan9=\
path_plan9.go
......
......@@ -27,6 +27,11 @@ GOFILES_linux=\
zoneinfo_posix.go\
zoneinfo_unix.go\
GOFILES_openbsd=\
sys_posix.go\
zoneinfo_posix.go\
zoneinfo_unix.go\
GOFILES_windows=\
sys_posix.go\
zoneinfo_windows.go\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment