summaryrefslogtreecommitdiff
path: root/src/pkg/debug/macho/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/debug/macho/Makefile')
-rw-r--r--src/pkg/debug/macho/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/pkg/debug/macho/Makefile b/src/pkg/debug/macho/Makefile
deleted file mode 100644
index 5fbbf1efe..000000000
--- a/src/pkg/debug/macho/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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=debug/macho
-GOFILES=\
- macho.go\
- file.go\
-
-include ../../../Make.pkg