summaryrefslogtreecommitdiff
path: root/src/pkg/xml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/xml/Makefile')
-rw-r--r--src/pkg/xml/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pkg/xml/Makefile b/src/pkg/xml/Makefile
new file mode 100644
index 000000000..d66c4988a
--- /dev/null
+++ b/src/pkg/xml/Makefile
@@ -0,0 +1,14 @@
+# Copyright 2009 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=xml
+
+GOFILES=\
+ marshal.go\
+ read.go\
+ xml.go\
+
+include ../../Make.pkg