Remove the SHA stuff properly.

This commit is contained in:
Jordan K. Hubbard 2000-01-08 03:01:13 +00:00
parent 8e82dfff7e
commit e63a240576
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55585

View File

@ -16,7 +16,7 @@ SONAME= ${LCRYPTSO}
.endif
.PATH: ${.CURDIR}/../../../lib/libmd ${.CURDIR}/../../../lib/libcrypt
SRCS= crypt.c crypt-md5.c crypt-shs.c misc.c
SRCS= crypt.c crypt-md5.c misc.c
STATICSRCS= md5c.c sha0c.c sha1c.c
STATICOBJS= ${STATICSRCS:S/.c/.o/g}
SRCS+= crypt-des.c