From ce6430faf0360a20d82c806b343b5af6dc8aab34 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Mon, 25 Mar 1996 22:31:47 +0000 Subject: Update prototypes to match declarations Remove unused variables Install all man-page links --- lib/libc/crypt/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/libc/crypt/Makefile.inc') 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 -- cgit v1.2.3