summaryrefslogtreecommitdiff
path: root/src/pkg/mime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/mime/Makefile')
-rw-r--r--src/pkg/mime/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pkg/mime/Makefile b/src/pkg/mime/Makefile
index 57fc7db44..901ed6f8e 100644
--- a/src/pkg/mime/Makefile
+++ b/src/pkg/mime/Makefile
@@ -2,10 +2,12 @@
# 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=mime
GOFILES=\
+ grammar.go\
+ mediatype.go\
type.go\
include ../../Make.pkg