How did you sneak in...

This commit is contained in:
Brian Feldman 2000-08-22 02:17:54 +00:00
parent 04c9749ff0
commit 3a1030f458
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64919

View file

@ -17,7 +17,7 @@ SONAME= ${LCRYPTSO}
.PATH: ${.CURDIR}/../libmd
SRCS= crypt.c crypt-md5.c misc.c
STATICSRCS= md5c.c sha1c.c
STATICSRCS= md5c.c
STATICOBJS= ${STATICSRCS:S/.c/.o/g}
MAN3= crypt.3
MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_set_format.3