1 1.6 pk # $NetBSD: Makefile,v 1.6 1996/06/16 23:23:20 pk Exp $ 2 1.1 perry 3 1.1 perry # Makefile for section 9 (kernel function and variable) manual pages. 4 1.1 perry 5 1.6 pk MAN= access.9 boot.9 copy.9 disk.9 doshutdownhooks.9 fetch.9 malloc.9 \ 6 1.6 pk physio.9 inittodr.9 resettodr.9 shutdownhook_establish.9 store.9 \ 7 1.6 pk time.9 vslock.9 8 1.1 perry MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 9 1.1 perry MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 10 1.3 thorpej MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \ 11 1.3 thorpej copy.9 copyinstr.9 copy.9 copyoutstr.9 12 1.2 thorpej MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \ 13 1.2 thorpej disk.9 disk_busy.9 disk.9 disk_unbusy.9 disk.9 disk_find.9 \ 14 1.2 thorpej disk.9 disk_resetstat.9 15 1.4 thorpej MLINKS+=fetch.9 fubyte.9 fetch.9 fuibyte.9 fetch.9 fusword.9 \ 16 1.4 thorpej fetch.9 fuswintr.9 fetch.9 fuword.9 fetch.9 fuiword.9 17 1.4 thorpej MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \ 18 1.4 thorpej store.9 suswintr.9 store.9 suword.9 store.9 suiword.9 19 1.5 pk MLINKS+=vslock.9 vsunlock.9 20 1.5 pk MLINKS+=access.9 kernacc.9 access.9 useracc.9 21 1.6 pk MLINKS+=malloc.9 free.9 22 1.1 perry 23 1.1 perry .include <bsd.prog.mk> 24