Install crypt.3 so that libcipher will install if /usr/share/man

has been blown away.  Previously it depended on an existing
crypt.3 to be present for the man page links to install properly.
This commit is contained in:
Mike Pritchard 1996-04-09 17:20:33 +00:00
parent 778413c81b
commit cad56be80a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15159

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.4 1996/02/12 04:56:28 mpp Exp $
# $Id: Makefile,v 1.5 1996/03/17 15:43:32 markm Exp $
#
@ -9,6 +9,7 @@ PRECIOUSLIB= yes
#NOPROFILE= yes
#MAN3= crypt.0
MAN3= crypt.3
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
MLINKS+=crypt.3 des_cipher.3 crypt.3 des_setkey.3