summaryrefslogtreecommitdiff
path: root/src/pkg/mime/multipart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/mime/multipart/Makefile')
-rw-r--r--src/pkg/mime/multipart/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pkg/mime/multipart/Makefile b/src/pkg/mime/multipart/Makefile
new file mode 100644
index 000000000..5a7b98d03
--- /dev/null
+++ b/src/pkg/mime/multipart/Makefile
@@ -0,0 +1,11 @@
+# Copyright 2010 The Go Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
+
+include ../../../Make.inc
+
+TARG=mime/multipart
+GOFILES=\
+ multipart.go\
+
+include ../../../Make.pkg