1 # $NetBSD: Makefile,v 1.11 1996/09/24 06:46:03 ghudson Exp $ 2 3 # Makefile for section 9 (kernel function and variable) manual pages. 4 5 MAN= access.9 boot.9 copy.9 disk.9 doshutdownhooks.9 extent.9 fetch.9 \ 6 malloc.9 physio.9 inittodr.9 psignal.9 resettodr.9 \ 7 shutdownhook_establish.9 sleep.9 store.9 time.9 timeout.9 vslock.9 \ 8 panic.9 9 MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 10 MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 11 MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \ 12 copy.9 copyinstr.9 copy.9 copyoutstr.9 13 MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \ 14 disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \ 15 disk.9 disk_resetstat.9 16 MLINKS+=extent.9 extent_create.9 extent.9 extent_destroy.9 \ 17 extent.9 extent_alloc.9 extent.9 extent_alloc_subregion.9 \ 18 extent.9 extent_alloc_region.9 extent.9 extent_free.9 \ 19 extent.9 extent_print.9 20 MLINKS+=fetch.9 fubyte.9 fetch.9 fuibyte.9 fetch.9 fusword.9 \ 21 fetch.9 fuswintr.9 fetch.9 fuword.9 fetch.9 fuiword.9 22 MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \ 23 store.9 suswintr.9 store.9 suword.9 store.9 suiword.9 24 MLINKS+=vslock.9 vsunlock.9 25 MLINKS+=access.9 kernacc.9 access.9 useracc.9 26 MLINKS+=malloc.9 free.9 27 MLINKS+=psignal.9 pgsignal.9 psignal.9 gsignal.9 28 MLINKS+=sleep.9 wakeup.9 sleep.9 tsleep.9 29 MLINKS+=timeout.9 untimeout.9 30 31 .include <bsd.prog.mk> 32