From 09dd851f5efff7ce77ddc89829e109bed3de08c0 Mon Sep 17 00:00:00 2001 From: Christopher Nielsen Date: Mon, 12 Dec 2011 15:42:06 -0500 Subject: [PATCH] build: Changes to the build infrastructure for NetBSD. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5476048 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3914484..5cda149 100644 --- a/Makefile +++ b/Makefile @@ -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