Remove the SHA stuff properly.

This commit is contained in:
jkh 2000-01-08 03:01:13 +00:00
parent 0dc4a88465
commit 5c1350ecfe

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