summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/Makefile
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-08-03 16:54:30 +0200
committerOndřej Surý <ondrej@sury.org>2011-08-03 16:54:30 +0200
commit28592ee1ea1f5cdffcf85472f9de0285d928cf12 (patch)
tree32944e18b23f7fe4a0818a694aa2a6dfb1835463 /src/pkg/syscall/Makefile
parente836bee4716dc0d4d913537ad3ad1925a7ac32d0 (diff)
downloadgolang-upstream/59.tar.gz
Imported Upstream version 59upstream/59
Diffstat (limited to 'src/pkg/syscall/Makefile')
-rw-r--r--src/pkg/syscall/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pkg/syscall/Makefile b/src/pkg/syscall/Makefile
index 9284fcc5d..212b6f85d 100644
--- a/src/pkg/syscall/Makefile
+++ b/src/pkg/syscall/Makefile
@@ -17,24 +17,32 @@ GOFILES=\
ztypes_$(GOOS)_$(GOARCH).go\
GOFILES_freebsd=\
+ bpf_bsd.go\
exec_unix.go\
route_bsd.go\
+ sockcmsg_unix.go\
syscall_bsd.go\
syscall_unix.go\
GOFILES_darwin=\
+ bpf_bsd.go\
exec_unix.go\
route_bsd.go\
+ sockcmsg_unix.go\
syscall_bsd.go\
syscall_unix.go\
GOFILES_linux=\
exec_unix.go\
+ lsf_linux.go\
netlink_linux.go\
+ sockcmsg_unix.go\
syscall_unix.go\
GOFILES_windows=\
exec_windows.go\
+ zerrors_windows.go\
+ ztypes_windows.go\
GOFILES_plan9=\
exec_plan9.go\