Russ Cox | e3b7930 | 2008-11-24 12:30:40 -0800 | [diff] [blame] | 1 | # 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 | |
Russ Cox | da392d9 | 2010-08-18 10:08:49 -0400 | [diff] [blame] | 5 | include ../../../Make.inc |
Russ Cox | e3b7930 | 2008-11-24 12:30:40 -0800 | [diff] [blame] | 6 | |
Russ Cox | b04ac10 | 2009-08-12 13:19:17 -0700 | [diff] [blame] | 7 | TARG=crypto/sha1 |
| 8 | GOFILES=\ |
| 9 | sha1.go\ |
| 10 | sha1block.go\ |
Russ Cox | e3b7930 | 2008-11-24 12:30:40 -0800 | [diff] [blame] | 11 | |
Sergio Luis O. B. Correia | 6fc8207 | 2009-11-23 17:32:51 -0800 | [diff] [blame] | 12 | include ../../../Make.pkg |