Commit 368b4210 authored by Rob Pike's avatar Rob Pike

add crypto/hmac to makefile

R=rsc
DELTA=4  (3 added, 0 deleted, 1 changed)
OCL=29314
CL=29314
parent b3de3516
......@@ -3,6 +3,7 @@ bufio.install: io.install os.install utf8.install
container/vector.install:
crypto/aes.install: os.install
crypto/block.install: fmt.install io.install os.install
crypto/hmac.install: crypto/md5.install crypto/sha1.install hash.install os.install
crypto/md5.install: hash.install os.install
crypto/sha1.install: hash.install os.install
exec.install: os.install strings.install
......
......@@ -19,6 +19,7 @@ DIRS=\
container/vector\
crypto/aes\
crypto/block\
crypto/hmac\
crypto/md5\
crypto/sha1\
exec\
......
......@@ -28,4 +28,5 @@ for dir in $dirs; do (
echo $dir.install: $deps
) done > $TMP
p4 open $OUT
mv $TMP $OUT
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment