diff options
author | pst <pst@FreeBSD.org> | 1994-10-29 23:58:02 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-10-29 23:58:02 +0000 |
commit | 51b49316ee05f4866f513346885b7cf70cce9ef5 (patch) | |
tree | e37528b52b954756ad36ac99d9f508c784230f4f /sbin/md5/Makefile | |
download | FreeBSD-src-51b49316ee05f4866f513346885b7cf70cce9ef5.zip FreeBSD-src-51b49316ee05f4866f513346885b7cf70cce9ef5.tar.gz |
Incorproate version of md5 placed into public domain by RSA.
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 0000000..8c53af2 --- /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> |