blob: 81ac38c0b29481c6d4d4aa2129acff4349de562e [file] [log] [blame]
Russ Coxe3b79302008-11-24 12:30:40 -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
Russ Coxda392d92010-08-18 10:08:49 -04005include ../../../Make.inc
Russ Coxe3b79302008-11-24 12:30:40 -08006
Russ Coxb04ac102009-08-12 13:19:17 -07007TARG=crypto/sha1
8GOFILES=\
9 sha1.go\
10 sha1block.go\
Russ Coxe3b79302008-11-24 12:30:40 -080011
Sergio Luis O. B. Correia6fc82072009-11-23 17:32:51 -080012include ../../../Make.pkg