]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.power64] cmd/9c: add Makefile
authorShenghou Ma <minux@golang.org>
Thu, 7 Aug 2014 22:41:37 +0000 (18:41 -0400)
committerShenghou Ma <minux@golang.org>
Thu, 7 Aug 2014 22:41:37 +0000 (18:41 -0400)
LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/121370043

src/cmd/9c/Makefile [new file with mode: 0644]

diff --git a/src/cmd/9c/Makefile b/src/cmd/9c/Makefile
new file mode 100644 (file)
index 0000000..3f528d7
--- /dev/null
@@ -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