aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/mime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/mime/Makefile')
-rw-r--r--src/pkg/mime/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkg/mime/Makefile b/src/pkg/mime/Makefile
index 57fc7db448..1f1296b767 100644
--- a/src/pkg/mime/Makefile
+++ b/src/pkg/mime/Makefile
@@ -6,6 +6,8 @@ include ../../Make.$(GOARCH)
TARG=mime
GOFILES=\
+ grammar.go\
+ mediatype.go\
type.go\
include ../../Make.pkg