1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:50:21 -07:00

build: add openbsd

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4832047
This commit is contained in:
Joel Sing 2011-08-22 23:24:25 -04:00 committed by Russ Cox
parent a9fe3a0ce3
commit be00d38a35
3 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ GOOS_LIST=\
darwin\
freebsd\
linux\
openbsd\
plan9\
windows\

View File

@ -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

View File

@ -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