diff options
author | mpp <mpp@FreeBSD.org> | 1996-04-09 17:20:33 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-04-09 17:20:33 +0000 |
commit | 217959f2b864df2908c631b04fc8edf61b08a439 (patch) | |
tree | d470a7de55b5cdffa17d8862c96a58a86bcadd44 /secure | |
parent | a6d857e732dcf7bab8003180e7f8c8de8cc757c3 (diff) | |
download | FreeBSD-src-217959f2b864df2908c631b04fc8edf61b08a439.zip FreeBSD-src-217959f2b864df2908c631b04fc8edf61b08a439.tar.gz |
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.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcipher/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libcipher/Makefile b/secure/lib/libcipher/Makefile index 750c9da..84e1406 100644 --- a/secure/lib/libcipher/Makefile +++ b/secure/lib/libcipher/Makefile @@ -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 |