aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath
diff options
context:
space:
mode:
authorChristopher Nielsen <m4dh4tt3r@gmail.com>2011-12-12 15:42:06 -0500
committerRuss Cox <rsc@golang.org>2011-12-12 15:42:06 -0500
commit728c16cf13ade25787c5c8f6bf89a2839411ec42 (patch)
tree940b3d956f21ad22f3b21784d3f99da74d9b5c6e /src/pkg/path/filepath
parentd56ca13c03b16eeeb3eb7cd379a2d05b9b9e4a2a (diff)
downloadgo-728c16cf13ade25787c5c8f6bf89a2839411ec42.tar.xz
build: Changes to the build infrastructure for NetBSD.
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5476048
Diffstat (limited to 'src/pkg/path/filepath')
-rw-r--r--src/pkg/path/filepath/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/path/filepath/Makefile b/src/pkg/path/filepath/Makefile
index af250ab330..7f8ea308c7 100644
--- a/src/pkg/path/filepath/Makefile
+++ b/src/pkg/path/filepath/Makefile
@@ -18,6 +18,9 @@ GOFILES_darwin=\
GOFILES_linux=\
path_unix.go
+GOFILES_netbsd=\
+ path_unix.go
+
GOFILES_openbsd=\
path_unix.go