1# $OpenBSD: Makefile,v 1.297 2019/11/08 07:36:52 dlg Exp $ 2# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ 3 4# Makefile for section 9 (kernel function and variable) manual pages. 5 6MAN= aml_evalnode.9 atomic_add_int.9 atomic_cas_uint.9 \ 7 atomic_dec_int.9 atomic_inc_int.9 atomic_setbits_int.9 \ 8 atomic_sub_int.9 atomic_swap_uint.9 \ 9 audio.9 autoconf.9 \ 10 bemtoh32.9 bio_register.9 bintimeadd.9 boot.9 bpf_mtap.9 buffercache.9 \ 11 bufq_init.9 bus_dma.9 bus_space.9 \ 12 copy.9 cond_init.9 config_attach.9 config_defer.9 counters_alloc.9 \ 13 cpumem_get.9 crypto.9 \ 14 delay.9 disk.9 disklabel.9 dma_alloc.9 dohooks.9 \ 15 dostartuphooks.9 \ 16 evcount.9 extent.9 fb_setup.9 file.9 fork1.9 ffs.9 \ 17 getdevvp.9 getnewvnode.9 getsn.9 hashinit.9 \ 18 hardclock.9 hook_establish.9 hz.9 idgen32.9 \ 19 ieee80211.9 ieee80211_crypto.9 ieee80211_input.9 ieee80211_ioctl.9 \ 20 ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 \ 21 ieee80211_radiotap.9 if_addrhook_add.9 if_get.9 if_rxr_init.9 \ 22 ifq_enqueue.9 \ 23 ifq_deq_begin.9 imax.9 iic.9 intro.9 inittodr.9 intr_barrier.9 \ 24 KASSERT.9 km_alloc.9 knote.9 kthread.9 ktrace.9 \ 25 lim_cur.9 loadfirmware.9 log.9 \ 26 malloc.9 membar_sync.9 memcmp.9 mbuf.9 mbuf_tags.9 md5.9 mi_switch.9 \ 27 microtime.9 ml_init.9 mq_init.9 mutex.9 \ 28 namei.9 \ 29 panic.9 pci_conf_read.9 pci_mapreg_map.9 pci_intr_map.9 physio.9 \ 30 pmap.9 pool.9 pool_cache_init.9 ppsratecheck.9 printf.9 psignal.9 \ 31 RBT_INIT.9 \ 32 radio.9 arc4random.9 rasops.9 ratecheck.9 refcnt_init.9 resettodr.9 \ 33 rssadapt.9 route.9 rt_ifa_add.9 rt_timer_add.9 \ 34 rtalloc.9 rtable_add.9 rtable_walk.9 \ 35 rtlabel_id2name.9 rtrequest.9 rwlock.9 SRPL_EMPTY_LOCKED.9 SipHash24.9 \ 36 sensor_attach.9 sigio_init.9 \ 37 SMR_LIST_INIT.9 SMR_PTR_GET.9 smr_call.9 \ 38 spl.9 srp_enter.9 srpl_rc_init.9 startuphook_establish.9 \ 39 socreate.9 sosplice.9 strcmp.9 style.9 syscall.9 sysctl_int.9 \ 40 task_add.9 tc_init.9 tfind.9 thread_fork.9 \ 41 time_second.9 timeout.9 tsleep.9 tvtohz.9 \ 42 uiomove.9 uvm.9 usb_add_task.9 usbd_close_pipe.9 usbd_open_pipe.9 \ 43 usbd_ref_wait.9 usbd_transfer.9 vfs.9 vfs_busy.9 \ 44 vfs_cache.9 vaccess.9 vclean.9 vcount.9 vdevgone.9 vfinddev.9 vflush.9 \ 45 vflushbuf.9 vget.9 vgone.9 vhold.9 vinvalbuf.9 vnode.9 vnsubr.9 \ 46 VOP_LOOKUP.9 vput.9 vrecycle.9 vref.9 vrele.9 \ 47 vwaitforio.9 vwakeup.9 wdog_register.9 48 49.include <bsd.prog.mk> 50