crypto/cipher: fix build (missing file in Makefile)

R=agl, adg
CC=golang-dev
https://golang.org/cl/4073041
This commit is contained in:
Rob Pike 2011-01-18 20:56:55 -08:00
parent eead5e8879
commit 052ff45690

View file

@ -7,10 +7,11 @@ include ../../../Make.inc
TARG=crypto/cipher
GOFILES=\
cbc.go\
cfb.go\
cipher.go\
ctr.go\
io.go\
ocfb.go\
cfb.go
ofb.go
include ../../../Make.pkg