summaryrefslogtreecommitdiff
path: root/src/pkg/http/cgi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/http/cgi/Makefile')
-rw-r--r--src/pkg/http/cgi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkg/http/cgi/Makefile b/src/pkg/http/cgi/Makefile
index 02f6cfc9e..19b1039c2 100644
--- a/src/pkg/http/cgi/Makefile
+++ b/src/pkg/http/cgi/Makefile
@@ -6,6 +6,7 @@ include ../../../Make.inc
TARG=http/cgi
GOFILES=\
- cgi.go\
+ child.go\
+ host.go\
include ../../../Make.pkg