summaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 046e1360911..e10dc6adf7f 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,10 +1,19 @@
-# $NetBSD: Makefile,v 1.1 1995/11/25 21:24:47 perry 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 doshutdownhooks.9 inittodr.9 resettodr.9 \
- shutdownhook_establish.9 time.9
+MAN= boot.9 copy.9 disk.9 doshutdownhooks.9 fetch.9 inittodr.9 resettodr.9 \
+ shutdownhook_establish.9 store.9 time.9
MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9
MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
+MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \
+ copy.9 copyinstr.9 copy.9 copyoutstr.9
+MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \
+ disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.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+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \
+ store.9 suswintr.9 store.9 suword.9 store.9 suiword.9
.include <bsd.prog.mk>