diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-04-28 05:54:08 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-04-28 05:54:08 +0000 |
commit | cf9c5778d4fb0baaac37c27c2e3c7026c4c6113e (patch) | |
tree | e401d4e9cd691d79543292deffe1562690b93045 /share/man/man9 | |
parent | 25759ff5d3415a82f078b5914c33d0c11f0d921e (diff) |
Add crypto.9
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index a647180ad0f..fc5cef601cd 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.21 2000/04/27 18:29:26 mickey Exp $ +# $OpenBSD: Makefile,v 1.22 2000/04/28 05:54:07 angelos Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. -MAN= audio.9 boot.9 copy.9 ctxsw.9 disk.9 disklabel.9 doshutdownhooks.9 \ - fetch.9 fork1.9 \ +MAN= audio.9 boot.9 copy.9 crypto.9 ctxsw.9 disk.9 disklabel.9 \ + doshutdownhooks.9 fetch.9 fork1.9 \ extent.9 hz.9 hzto.9 intro.9 inittodr.9 log.9 kthread.9 \ malloc.9 md5.9 microtime.9 panic.9 pfind.9 pool.9 printf.9 \ psignal.9 ratecheck.9 resettodr.9 \ |