diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-02-21 08:15:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-02-21 08:15:08 +0000 |
| commit | 1c934dae3e4ef808477ba3a70a676250dfbeea07 (patch) | |
| tree | 39e1575aa392cb692c90e7ff636bf1f38c1f080f /secure/lib/libcrypt | |
| parent | 453309955be1d209967cc1e6243976e596376932 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypt')
| -rw-r--r-- | secure/lib/libcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index 874533578877..e6a2a1e8d356 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.8 1995/12/16 09:14:07 markm Exp $ # LCRYPTBASE= libcrypt @@ -12,6 +12,7 @@ LDCRYPTSO= $(LDCRYPTBASE).so.$(SHLIB_MAJOR).$(SHLIB_MINOR) LIB= descrypt SRCS= crypt.c crypt-md5.c md5c.c +MAN3= crypt.3 CFLAGS+= -I${.CURDIR}/../../../lib/libmd -Wall PRECIOUSLIB= yes |
