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