summaryrefslogtreecommitdiff
path: root/src/pkg/exec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/exec/Makefile')
-rw-r--r--src/pkg/exec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/exec/Makefile b/src/pkg/exec/Makefile
index 262ecac85..90bb74b41 100644
--- a/src/pkg/exec/Makefile
+++ b/src/pkg/exec/Makefile
@@ -20,6 +20,9 @@ GOFILES_linux=\
GOFILES_windows=\
lp_windows.go\
+GOFILES_plan9=\
+ lp_plan9.go\
+
GOFILES+=$(GOFILES_$(GOOS))
include ../../Make.pkg