xref: /openbsd/share/man/man9/Makefile (revision 6f40fd34)
1#	$OpenBSD: Makefile,v 1.287 2017/06/19 23:44:11 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 boot.9 bpf_mtap.9 buffercache.9 bufq_init.9 \
11	bus_dma.9 bus_space.9 \
12	copy.9 config_attach.9 config_defer.9 counters_alloc.9 cpumem_get.9 \
13	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 \
17	getdevvp.9 getnewvnode.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_get.9 if_rxr_init.9 ifq_enqueue.9 \
22	ifq_deq_begin.9 iic.9 intro.9 inittodr.9 intr_barrier.9 \
23	kern.9 km_alloc.9 knote.9 kthread.9 ktrace.9 \
24	loadfirmware.9 log.9 \
25	malloc.9 membar_sync.9 mbuf.9 mbuf_tags.9 md5.9 mi_switch.9 \
26	microtime.9 ml_init.9 mq_init.9 mutex.9 \
27	namei.9 \
28	panic.9 pci_conf_read.9 pci_intr_map.9 physio.9 pmap.9 \
29	pool.9 pool_cache_init.9 ppsratecheck.9 printf.9 psignal.9 \
30	RBT_INIT.9 \
31	radio.9 arc4random.9 rasops.9 ratecheck.9 refcnt_init.9 resettodr.9 \
32	rssadapt.9 route.9 rt_ifa_add.9 rt_timer_add.9 rtalloc.9 rtable_add.9 \
33	rtlabel_id2name.9 rtrequest.9 rwlock.9 SRPL_EMPTY_LOCKED.9 SipHash24.9 \
34	sensor_attach.9 \
35	spl.9 srp_enter.9 srpl_rc_init.9 startuphook_establish.9 \
36	socreate.9 sosplice.9 style.9 syscall.9 sysctl_int.9 \
37	task_add.9 tc_init.9 tfind.9 thread_fork.9 \
38	time_second.9 timeout.9 tsleep.9 tvtohz.9 \
39	uiomove.9 uvm.9 usb_add_task.9 usbd_close_pipe.9 usbd_open_pipe.9 \
40	usbd_ref_wait.9 usbd_transfer.9 vfs.9 vfs_busy.9 \
41	vfs_cache.9 vaccess.9 vclean.9 vcount.9 vdevgone.9 vfinddev.9 vflush.9 \
42	vflushbuf.9 vget.9 vgone.9 vhold.9 vinvalbuf.9 vnode.9 vnsubr.9 \
43	VOP_LOOKUP.9 vput.9 vrecycle.9 vref.9 vrele.9 \
44	vwaitforio.9 vwakeup.9 wdog_register.9
45
46.include <bsd.prog.mk>
47