summaryrefslogtreecommitdiff
path: root/src/pkg/time/Makefile
diff options
context:
space:
mode:
authorChristopher Nielsen <m4dh4tt3r@gmail.com>2011-12-12 15:42:06 -0500
committerChristopher Nielsen <m4dh4tt3r@gmail.com>2011-12-12 15:42:06 -0500
commit2a753f3da89000ba9c2f301ed4e51d987c564c13 (patch)
tree58738d16fff44173406ef01d8603ed9915acf356 /src/pkg/time/Makefile
parent6357b9b71f8aca82f770a3606d4e0d63466a8b65 (diff)
downloadgo-2a753f3da89000ba9c2f301ed4e51d987c564c13.tar.gz
build: Changes to the build infrastructure for NetBSD.
R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5476048 Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/pkg/time/Makefile')
-rw-r--r--src/pkg/time/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pkg/time/Makefile b/src/pkg/time/Makefile
index 24a18747f..28c6afc53 100644
--- a/src/pkg/time/Makefile
+++ b/src/pkg/time/Makefile
@@ -25,6 +25,10 @@ GOFILES_linux=\
sys_unix.go\
zoneinfo_unix.go\
+GOFILES_netbsd=\
+ sys_unix.go\
+ zoneinfo_unix.go\
+
GOFILES_openbsd=\
sys_unix.go\
zoneinfo_unix.go\