summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/pprof/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/pprof/Makefile')
-rw-r--r--src/pkg/runtime/pprof/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pkg/runtime/pprof/Makefile b/src/pkg/runtime/pprof/Makefile
new file mode 100644
index 000000000..daffde79d
--- /dev/null
+++ b/src/pkg/runtime/pprof/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.$(GOARCH)
+
+TARG=runtime/pprof
+GOFILES=\
+ pprof.go\
+
+include ../../../Make.pkg