aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-25 10:04:44 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-25 10:04:44 +0000
commit68b300bfe60cb22aa8e23d47de9c5217107e9f99 (patch)
treeeae7c6c645cca7e51bdb6e90cd054322df69b241 /lib/libcrypt/Makefile
parentdbd49a2ef9754bac29f9714903965b6ca28f0681 (diff)
Notes
Diffstat (limited to 'lib/libcrypt/Makefile')
-rw-r--r--lib/libcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index dc6311e1696c..dc373993ade9 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -19,7 +19,7 @@ SONAME= ${LCRYPTSO}
SRCS= crypt.c crypt-md5.c misc.c
STATICSRCS= md5c.c
STATICOBJS= ${STATICSRCS:S/.c/.o/g}
-MAN3= crypt.3
+MAN= crypt.3
MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_set_format.3
CFLAGS+= -I${.CURDIR}/../libmd
CFLAGS+= -DLIBC_SCCS -Wall