diff options
author | Ben Laurie <ben@openssl.org> | 1999-03-06 14:32:48 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-03-06 14:32:48 +0000 |
commit | 6242bb9c63784bd878621557d40521c4a40b2ea4 (patch) | |
tree | 15158ee0c44957a9e4738da3db9d1c013cc5a8e5 /crypto/md2 | |
parent | 63493c7b063956f1db37cd0479380a08ec8464cc (diff) | |
download | openssl-new-6242bb9c63784bd878621557d40521c4a40b2ea4.tar.gz |
Put the dependencies back.
Diffstat (limited to 'crypto/md2')
-rw-r--r-- | crypto/md2/Makefile.ssl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/md2/Makefile.ssl b/crypto/md2/Makefile.ssl index a8f412fffa..a18f62aa01 100644 --- a/crypto/md2/Makefile.ssl +++ b/crypto/md2/Makefile.ssl @@ -77,3 +77,8 @@ clean: errors: # DO NOT DELETE THIS LINE -- make depend depends on it. + +md2_dgst.o: md2.h +md2_one.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h +md2_one.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h +md2_one.o: md2.h |