diff options
author | Paul Traina <pst@FreeBSD.org> | 1994-10-29 23:58:02 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1994-10-29 23:58:02 +0000 |
commit | e164509318d283c0f85408fd75013b6563015b17 (patch) | |
tree | 332be884f034e28b95ad359f533010d2d498cbe1 /sbin/md5/Makefile | |
parent | 904c1a11ac46466f34987a1a966da00e750412fd (diff) | |
download | src-e164509318d283c0f85408fd75013b6563015b17.tar.gz src-e164509318d283c0f85408fd75013b6563015b17.zip |
Incorproate version of md5 placed into public domain by RSA.
Notes
Notes:
svn path=/cvs2svn/branches/PD/; revision=3995
Diffstat (limited to 'sbin/md5/Makefile')
-rw-r--r-- | sbin/md5/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile new file mode 100644 index 000000000000..8c53af2fa1a5 --- /dev/null +++ b/sbin/md5/Makefile @@ -0,0 +1,9 @@ +# @(#)Makefile 8.1 (Berkeley) 6/9/93 + +PROG= md5 +SRCS= md5.c + +LDADD+= -lmd +DPADD+= /usr/lib/libmd.a + +.include <bsd.prog.mk> |