Commit be00d38a authored by Joel Sing's avatar Joel Sing Committed by Russ Cox

build: add openbsd

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4832047
parent a9fe3a0c
......@@ -33,6 +33,7 @@ GOOS_LIST=\
darwin\
freebsd\
linux\
openbsd\
plan9\
windows\
......
......@@ -29,6 +29,7 @@ endif
install: install-$(NAME)
install-linux: install-default
install-freebsd: install-default
install-openbsd: install-default
install-windows: install-default
# on Darwin, have to install and setgid; see $GOROOT/src/sudo.bash
......
......@@ -25,6 +25,7 @@ endif
install: install-$(NAME) install-pprof
install-linux: install-default
install-freebsd: install-default
install-openbsd: install-default
install-windows: install-default
# on Darwin, have to install and setgid; see $GOROOT/src/sudo.bash
......
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