build: Changes to the build infrastructure for NetBSD.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5476048
This commit is contained in:
Christopher Nielsen 2011-12-12 15:42:06 -05:00 committed by Russ Cox
parent ba3c11f6db
commit 09dd851f5e

View File

@ -26,6 +26,7 @@ endif
GOFILES_freebsd+=root_unix.go
GOFILES_linux+=root_unix.go
GOFILES_netbsd+=root_unix.go
GOFILES_openbsd+=root_unix.go
GOFILES_plan9+=root_stub.go
GOFILES_windows+=root_windows.go