aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/path/filepath/Makefile')
-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 f860fac185..bc26a7d6a0 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_plan9=\
+ path_plan9.go
+
GOFILES_windows=\
path_windows.go