]> Cypherpunks repositories - gostls13.git/commitdiff
crypto, exec, path, time: add support for OpenBSD
authorJoel Sing <jsing@google.com>
Fri, 12 Aug 2011 04:44:16 +0000 (14:44 +1000)
committerRob Pike <r@golang.org>
Fri, 12 Aug 2011 04:44:16 +0000 (14:44 +1000)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4837048

src/pkg/crypto/rand/Makefile
src/pkg/exec/Makefile
src/pkg/path/filepath/Makefile
src/pkg/time/Makefile

index d1321297d9bf0e1466b5f44d24edfcbf9a1efb33..d1a3d45e8c062e8d86b3cb3dc3556a3a9999ecb1 100644 (file)
@@ -19,6 +19,9 @@ GOFILES_darwin=\
 GOFILES_linux=\
        rand_unix.go\
 
+GOFILES_openbsd=\
+       rand_unix.go\
+
 GOFILES_windows=\
        rand_windows.go\
 
index 90bb74b41c91bdcffeb46b0d9fbf6fd0a594fe0d..ba19d0e4d042c76fefb5b52c26e84d753666813e 100644 (file)
@@ -17,6 +17,9 @@ GOFILES_darwin=\
 GOFILES_linux=\
        lp_unix.go\
 
+GOFILES_openbsd=\
+       lp_unix.go\
+
 GOFILES_windows=\
        lp_windows.go\
 
index bc26a7d6a0fee1369f0c7774c01bda215a0166ec..af250ab330d897b578404d4285d544a2b862332c 100644 (file)
@@ -18,6 +18,9 @@ GOFILES_darwin=\
 GOFILES_linux=\
        path_unix.go
 
+GOFILES_openbsd=\
+       path_unix.go
+
 GOFILES_plan9=\
        path_plan9.go
 
index 023e8775ec1911318c0de8bc3975fccd1fd6a5fa..a6fce3fa1ffce019fe6082395f4f9234e67f0fa4 100644 (file)
@@ -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\