aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-27 17:27:19 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-27 17:27:19 +0000
commit4a558355e5f3b4521cef56a6b705fa84be41dfa0 (patch)
treec5d093301ac704ade1196e588cfffe654cea770b /lib/libcrypt
parent8efc417089cbe239ecb1134fedef1aa82929d60b (diff)
Notes
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index 4578c4035b92..ed4b2925171d 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -7,7 +7,7 @@ LIB= crypt
.PATH: ${.CURDIR}/../libmd
SRCS= crypt.c crypt-md5.c md5c.c misc.c
-MAN3= crypt.3
+MAN= crypt.3
MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_set_format.3
CFLAGS+= -I${.CURDIR}/../libmd -I${.CURDIR}/../libutil
CFLAGS+= -DLIBC_SCCS -Wall