aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exec
diff options
context:
space:
mode:
authorJoel Sing <jsing@google.com>2011-08-12 14:44:16 +1000
committerRob Pike <r@golang.org>2011-08-12 14:44:16 +1000
commit8c46e47b61447c21d4269fe746a9a248acd5dfd4 (patch)
treefcf4408dd5d0ade493ef0aedc4a0b8ba3bcde581 /src/pkg/exec
parent595e9d50344eb9afe878490296b19c5eac1b38b0 (diff)
downloadgo-8c46e47b61447c21d4269fe746a9a248acd5dfd4.tar.xz
crypto, exec, path, time: add support for OpenBSD
R=golang-dev, r CC=golang-dev https://golang.org/cl/4837048
Diffstat (limited to 'src/pkg/exec')
-rw-r--r--src/pkg/exec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/exec/Makefile b/src/pkg/exec/Makefile
index 90bb74b41c..ba19d0e4d0 100644
--- a/src/pkg/exec/Makefile
+++ b/src/pkg/exec/Makefile
@@ -17,6 +17,9 @@ GOFILES_darwin=\
GOFILES_linux=\
lp_unix.go\
+GOFILES_openbsd=\
+ lp_unix.go\
+
GOFILES_windows=\
lp_windows.go\