blob: 57fc7db448dee176a95d59cf7c261913736746c1 [file] [log] [blame]
Michael Hoisie0cba5fc2010-02-09 20:47:45 -08001# Copyright 2009 The Go Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style
3# license that can be found in the LICENSE file.
4
5include ../../Make.$(GOARCH)
6
7TARG=mime
8GOFILES=\
9 type.go\
10
11include ../../Make.pkg