summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/syscall/Makefile')
-rw-r--r--src/pkg/syscall/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/syscall/Makefile b/src/pkg/syscall/Makefile
index 061b0056c..978bc94f8 100644
--- a/src/pkg/syscall/Makefile
+++ b/src/pkg/syscall/Makefile
@@ -32,6 +32,9 @@ GOFILES_linux=\
GOFILES_windows=\
exec_windows.go
+
+GOFILES_plan9=\
+ exec_plan9.go
OFILES=\
asm_$(GOOS)_$(GOARCH).$O\