diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-01-09 21:22:48 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-01-09 21:22:48 +0000 |
| commit | 63f691b33ca56acc1450025d984a06c16c21a94f (patch) | |
| tree | 14544d92460e42e8c4000c7dcf24c1be5c8fe540 /secure/lib/libcrypt | |
| parent | 9bfb1dfc29cb17b192fd05e9f8b17f702928a2ee (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypt')
| -rw-r--r-- | secure/lib/libcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index 39e96b0f6fcf..c525009e0d0f 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -17,7 +17,7 @@ SONAME= ${LCRYPTSO} .PATH: ${.CURDIR}/../../../lib/libmd ${.CURDIR}/../../../lib/libcrypt SRCS= crypt.c crypt-md5.c misc.c -STATICSRCS= md5c.c sha0c.c sha1c.c +STATICSRCS= md5c.c STATICOBJS= ${STATICSRCS:S/.c/.o/g} SRCS+= crypt-des.c MAN3= crypt.3 |
