summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/Makefile.inc
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-03-25 22:31:47 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-03-25 22:31:47 +0000
commitce6430faf0360a20d82c806b343b5af6dc8aab34 (patch)
tree1f07ad1641804fba204e7189f6ea1a54a9b6b69f /lib/libc/crypt/Makefile.inc
parentb0213bec8a63d675175a8a30062c37c034677522 (diff)
Update prototypes to match declarations
Remove unused variables Install all man-page links
Diffstat (limited to 'lib/libc/crypt/Makefile.inc')
-rw-r--r--lib/libc/crypt/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/crypt/Makefile.inc b/lib/libc/crypt/Makefile.inc
index c25379b7953..54d6b133571 100644
--- a/lib/libc/crypt/Makefile.inc
+++ b/lib/libc/crypt/Makefile.inc
@@ -1,8 +1,9 @@
-# $Id: Makefile.inc,v 1.1 1995/12/16 12:55:27 deraadt Exp $
+# $Id: Makefile.inc,v 1.2 1996/03/25 22:31:44 tholo Exp $
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/crypt ${.CURDIR}/crypt
SRCS+= crypt.c morecrypt.c
MAN+= crypt.3
-MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3
+MLINKS+=crypt.3 encrypt.3 crypt.3 setkey.3 crypt.3 des_cipher.3
+MLINKS+=crypt.3 des_setkey.3