summaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2014-08-07 18:41:37 -0400
committerShenghou Ma <minux@golang.org>2014-08-07 18:41:37 -0400
commit8dfcec8baa67fd6c0027781289bcdc12a6c2cd63 (patch)
treec1983b888ffcda69371711711b3ddeb986693b6e /src/cmd
parent4d0a2b27416e2cc87be30d198489d55db120d48b (diff)
downloadgo-8dfcec8baa67fd6c0027781289bcdc12a6c2cd63.tar.gz
[dev.power64] cmd/9c: add Makefile
LGTM=rsc R=rsc, iant CC=golang-codereviews https://codereview.appspot.com/121370043
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/9c/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/9c/Makefile b/src/cmd/9c/Makefile
new file mode 100644
index 000000000..3f528d751
--- /dev/null
+++ b/src/cmd/9c/Makefile
@@ -0,0 +1,5 @@
+# Copyright 2012 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.dist