summaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-04-17 21:40:15 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-04-17 21:40:15 +0000
commite5f445b96bd29daa65d0ff859cf34a264f4123e5 (patch)
tree81e02e3562bf3ae581d8ff643eb4f4464b154078 /share/man/man9/Makefile
parent9be5c421f1cf2e5c6cf61db049ec8181a4defe27 (diff)
Initial commit of manual page.
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 5b38427ff48..722772d960f 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.4 1996/03/29 13:42:59 mickey Exp $
+# $OpenBSD: Makefile,v 1.5 1996/04/17 21:40:12 mickey 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= boot.9 copy.9 disk.9 doshutdownhooks.9 fetch.9 intro.9 inittodr.9 \
- resettodr.9 rnd.9 shutdownhook_establish.9 store.9 time.9 \
+ md5.9 resettodr.9 rnd.9 shutdownhook_establish.9 store.9 time.9 \
vm_allocate.9 vm_map_copy.9 vm_deallocate.9 vm_map_inherit.9 \
vm_map_protect.9
@@ -17,6 +17,7 @@ MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \
disk.9 disk_resetstat.9
MLINKS+=fetch.9 fubyte.9 fetch.9 fuibyte.9 fetch.9 fusword.9 \
fetch.9 fuswintr.9 fetch.9 fuword.9 fetch.9 fuiword.9
+MLINKS+=md5.9 MD5Init.9 md5.9 MD5Transform.9
MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \
store.9 suswintr.9 store.9 suword.9 store.9 suiword.9
MLINKS+=vm_map_copy.9 vm_copy.9