summaryrefslogtreecommitdiff
path: root/src/pkg/gob/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/gob/Makefile')
-rw-r--r--src/pkg/gob/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkg/gob/Makefile b/src/pkg/gob/Makefile
index 1091adb01..68007c189 100644
--- a/src/pkg/gob/Makefile
+++ b/src/pkg/gob/Makefile
@@ -2,14 +2,16 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-include ../../Make.$(GOARCH)
+include ../../Make.inc
TARG=gob
GOFILES=\
decode.go\
decoder.go\
+ doc.go\
encode.go\
encoder.go\
+ error.go\
type.go\
include ../../Make.pkg