1 # $NetBSD: Makefile,v 1.23 1997/05/25 15:54:22 is Exp $ 2 3 # Makefile for section 9 (kernel function and variable) manual pages. 4 5 MAN= access.9 arp.9 copy.9 cpu_reboot.9 ctxsw.9 \ 6 disk.9 disklabel.9 doshutdownhooks.9 ethersubr.9\ 7 extent.9 fetch.9 inittodr.9 intro.9 log.9 malloc.9 panic.9 pfil.9 \ 8 physio.9 psignal.9 resettodr.9 shutdownhook_establish.9 sleep.9 spl.9 \ 9 store.9 time.9 timeout.9 vslock.9 10 MLINKS+=arp.9 arp_ifinit.9 arp.9 arpresolve.9 arp.9 arpintr.9 11 MLINKS+=access.9 kernacc.9 access.9 useracc.9 12 MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \ 13 copy.9 copyinstr.9 copy.9 copyoutstr.9 14 MLINKS+=ctxsw.9 cpu_switch.9 ctxsw.9 mi_switch.9 15 MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \ 16 disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \ 17 disk.9 disk_resetstat.9 18 MLINKS+=disklabel.9 readdisklabel.9 disklabel.9 writedisklabel.9 \ 19 disklabel.9 setdisklabel.9 disklabel.9 bounds_check_with_label.9 20 MLINKS+=ethersubr.9 ether_ifattach.9 ethersubr.9 ether_addmulti.9 \ 21 ethersubr.9 ether_delmulti.9 ethersubr.9 ETHER_IS_MULTICAST.9 \ 22 ethersubr.9 ETHER_FIRST_MULTI.9 ethersubr.9 ETHER_NEXT_MULTI.9 \ 23 ethersubr.9 fddi_ifattach.9 \ 24 ethersubr.9 fddi_addmulti.9 ethersubr.9 fddi_delmulti.9 25 MLINKS+=extent.9 extent_create.9 extent.9 extent_destroy.9 \ 26 extent.9 extent_alloc.9 extent.9 extent_alloc_subregion.9 \ 27 extent.9 extent_alloc_region.9 extent.9 extent_free.9 \ 28 extent.9 extent_print.9 29 MLINKS+=fetch.9 fubyte.9 fetch.9 fuibyte.9 fetch.9 fusword.9 \ 30 fetch.9 fuswintr.9 fetch.9 fuword.9 fetch.9 fuiword.9 31 MLINKS+=malloc.9 free.9 32 MLINKS+=pfil.9 pfil_hook_get.9 pfil.9 pfil_add_hook.9 pfil.9 pfil_remove_hook.9 33 MLINKS+=psignal.9 pgsignal.9 psignal.9 gsignal.9 34 MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 35 MLINKS+=sleep.9 wakeup.9 sleep.9 tsleep.9 36 MLINKS+=spl.9 spl0.9 spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 \ 37 spl.9 splimp.9 spl.9 splnet.9 spl.9 splsched.9 spl.9 splserial.9 \ 38 spl.9 splsoftclock.9 spl.9 splsoftnet.9 spl.9 splsoftserial.9 \ 39 spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splx.9 40 MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \ 41 store.9 suswintr.9 store.9 suword.9 store.9 suiword.9 42 MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 43 MLINKS+=timeout.9 untimeout.9 44 MLINKS+=vslock.9 vsunlock.9 45 46 SUBDIR= man9.alpha man9.amiga man9.arm32 man9.atari man9.hp300 man9.i386 \ 47 man9.mac68k man9.pmax man9.sparc man9.sun3 man9.vax man9.x68k 48 49 .include <bsd.prog.mk> 50