summaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-08-22 02:15:54 +0000
committerBrian Feldman <green@FreeBSD.org>2000-08-22 02:15:54 +0000
commit04c9749ff0148ec8f73b150cec8bc2c094a5d31a (patch)
tree0e9201a5f7d9e94555840387b995398a7ec01881 /secure/lib/libcrypt
parentac951e620cc55ee670773dc255e082f89c076eab (diff)
Notes
Diffstat (limited to 'secure/lib/libcrypt')
-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