aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-09-20 11:19:55 +0000
committerBrian Feldman <green@FreeBSD.org>2000-09-20 11:19:55 +0000
commit0a25ad103116c47db9975f113b9d4fabe141b163 (patch)
treeed1c4c9ad04319f1ee8bf8af3f75363fcc2ccef3 /secure/lib
parentea1699f3334fc739a41eb7bd8d7d2af123c65879 (diff)
Notes
Diffstat (limited to 'secure/lib')
-rw-r--r--secure/lib/libcrypt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile
index 0721f5548cd1..b46df113346b 100644
--- a/secure/lib/libcrypt/Makefile
+++ b/secure/lib/libcrypt/Makefile
@@ -21,6 +21,7 @@ STATICSRCS= md5c.c
STATICOBJS= ${STATICSRCS:S/.c/.o/g}
SRCS+= crypt-des.c
MAN3= crypt.3
+MLINKS= crypt.3 crypt_get_format.3 crypt.3 crypt_set_format.3
CFLAGS+= -I${.CURDIR}/../../../lib/libmd
CFLAGS+= -I${.CURDIR}/../../../lib/libcrypt
CFLAGS+= -DNONEXPORTABLE_CRYPT