xref: /freebsd/share/man/man9/Makefile (revision cefd51ec44292b8783adfd5cb1c5994e40c55595)
1cefd51ecSDoug Rabson#	$Id: Makefile,v 1.36 1998/03/28 11:49:06 dufault Exp $
20786f79cSPoul-Henning Kamp
3fc372b54SBruce EvansMAN9=	MD5.9 \
4fc372b54SBruce Evans	VFS.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 \
5fc372b54SBruce Evans	VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 \
6fc372b54SBruce Evans	VFS_VGET.9 VFS_VPTOFH.9 \
7fc372b54SBruce Evans	VOP_ABORTOP.9 VOP_ACCESS.9 VOP_ADVLOCK.9 VOP_ATTRIB.9 \
89d44ece5SBruce Evans	VOP_BWRITE.9 VOP_CREATE.9 VOP_FSYNC.9 \
9fc372b54SBruce Evans	VOP_GETPAGES.9 VOP_INACTIVE.9 VOP_IOCTL.9 VOP_LINK.9 \
10fab63cc4SDoug Rabson	VOP_LOCK.9 VOP_LOOKUP.9 VOP_MMAP.9 VOP_OPENCLOSE.9 \
11fab63cc4SDoug Rabson	VOP_PATHCONF.9 VOP_PRINT.9 VOP_RDWR.9 VOP_READDIR.9 \
12fab63cc4SDoug Rabson	VOP_READLINK.9 VOP_REALLOCBLKS.9 VOP_REMOVE.9 VOP_RENAME.9 \
139d44ece5SBruce Evans	VOP_STRATEGY.9 \
14fc372b54SBruce Evans	at_exit.9 at_fork.9 at_shutdown.9 bios.9 boot.9 cd.9 copy.9 \
15fc372b54SBruce Evans	devfs_add_devswf.9 devfs_link.9 devfs_remove_dev.9 \
16fc372b54SBruce Evans	fetch.9 ifnet.9 inittodr.9 intro.9 kernacc.9 malloc.9 \
17917e476dSPeter Dufault	mi_switch.9 panic.9 physio.9 posix4.9 psignal.9 \
18fc372b54SBruce Evans	resettodr.9 rtalloc.9 rtentry.9 scsiconf.9 sd.9 sleep.9 spl.9 st.9 \
19fc372b54SBruce Evans	store.9 style.9 suser.9 time.9 timeout.9 uio.9 \
20fc372b54SBruce Evans	vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9
217b0d14f5SJoerg Wunsch
22cefd51ecSDoug RabsonMAN9+=	device.9 device_add_child.9 device_delete_child.9 device_enable.9 \
23cefd51ecSDoug Rabson	device_find_child.9 device_get_devclass.9 device_get_driver.9 \
24cefd51ecSDoug Rabson	device_get_ivars.9 device_get_softc.9 device_get_state.9 \
25cefd51ecSDoug Rabson	device_get_unit.9 device_probe_and_attach.9 device_set_desc.9 \
26cefd51ecSDoug Rabson	driver.9 \
27cefd51ecSDoug Rabson	devclass.9 devclass_add_driver.9 devclass_find.9 \
28cefd51ecSDoug Rabson	devclass_get_device.9 devclass_get_devices.9 devclass_get_maxunit.9 \
29cefd51ecSDoug Rabson	devclass_get_name.9 devclass_get_softc.9 \
30cefd51ecSDoug Rabson	DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_PROBE.9 DEVICE_SHUTDOWN.9 \
31cefd51ecSDoug Rabson	BUS_CREATE_INTR.9 BUS_CONNECT_INTR.9 BUS_PRINT_CHILD.9 \
32cefd51ecSDoug Rabson	BUS_READ_IVAR.9 \
33cefd51ecSDoug Rabson	bus_generic_attach.9 bus_generic_detach.9 bus_generic_map_intr.9 \
34cefd51ecSDoug Rabson	bus_generic_print_child.9 bus_generic_read_ivar.9 \
35cefd51ecSDoug Rabson	bus_generic_shutdown.9
36cefd51ecSDoug Rabson
3788fc1887SMike PritchardMLINKS+=MD5.9 MD5Init.9 MD5.9 MD5Transform.9
38fc372b54SBruce EvansMLINKS+=VOP_ATTRIB.9 VOP_GETATTR.9
39fc372b54SBruce EvansMLINKS+=VOP_ATTRIB.9 VOP_SETATTR.9
40fc372b54SBruce EvansMLINKS+=VOP_CREATE.9 VOP_MKDIR.9
41fc372b54SBruce EvansMLINKS+=VOP_CREATE.9 VOP_MKNOD.9
42fc372b54SBruce EvansMLINKS+=VOP_CREATE.9 VOP_SYMLINK.9
43fc372b54SBruce EvansMLINKS+=VOP_GETPAGES.9 VOP_PUTPAGES.9
44fc372b54SBruce EvansMLINKS+=VOP_INACTIVE.9 VOP_RECLAIM.9
45fc372b54SBruce EvansMLINKS+=VOP_LOCK.9 VOP_ISLOCKED.9
46fc372b54SBruce EvansMLINKS+=VOP_LOCK.9 VOP_UNLOCK.9
47fc372b54SBruce EvansMLINKS+=VOP_OPENCLOSE.9 VOP_CLOSE.9
48fc372b54SBruce EvansMLINKS+=VOP_OPENCLOSE.9 VOP_OPEN.9
49fc372b54SBruce EvansMLINKS+=VOP_RDWR.9 VOP_READ.9
50fc372b54SBruce EvansMLINKS+=VOP_RDWR.9 VOP_WRITE.9
51fc372b54SBruce EvansMLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
523fcaebbfSJulian ElischerMLINKS+=at_exit.9 rm_at_exit.9
533fcaebbfSJulian ElischerMLINKS+=at_fork.9 rm_at_fork.9
54fc372b54SBruce EvansMLINKS+=at_shutdown.9 rm_at_shutdown.9
55fc372b54SBruce EvansMLINKS+=copy.9 copyin.9 copy.9 copyinstr.9 copy.9 copyout.9 copy.9 copystr.9
56fc372b54SBruce EvansMLINKS+=fetch.9 fubyte.9 fetch.9 fuswintr.9 fetch.9 fusword.9 fetch.9 fuword.9
57fc372b54SBruce EvansMLINKS+=ifnet.9 if_data.9 ifnet.9 ifaddr.9 ifnet.9 ifqueue.9
58dad0f566SMike PritchardMLINKS+=kernacc.9 useracc.9
59fc372b54SBruce EvansMLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
60b6c4b190SMike PritchardMLINKS+=mi_switch.9 cpu_switch.9
618a6472b7SPeter DufaultMLINKS+=posix4.9 p1003_1b.9
62fc372b54SBruce EvansMLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
63fc372b54SBruce EvansMLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
64db0ed862SMike PritchardMLINKS+=sleep.9 tsleep.9 sleep.9 wakeup.9 sleep.9 wakeup_one.9
65fc372b54SBruce EvansMLINKS+=spl.9 spl0.9
66f89810cdSJoerg WunschMLINKS+=spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 spl.9 splimp.9
67f89810cdSJoerg WunschMLINKS+=spl.9 splnet.9 spl.9 splsoftclock.9 spl.9 splsofttty.9
68fc372b54SBruce EvansMLINKS+=spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9
69fc372b54SBruce EvansMLINKS+=store.9 subyte.9 store.9 suswintr.9 store.9 susword.9 store.9 suword.9
70de1543a4SMike PritchardMLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
715406291aSMike PritchardMLINKS+=timeout.9 untimeout.9
72fab63cc4SDoug RabsonMLINKS+=vref.9 VREF.9
73c8ff0947SMike PritchardMLINKS+=vslock.9 vsunlock.9
740786f79cSPoul-Henning Kamp
75cefd51ecSDoug RabsonMLINKS+=device_add_child.9 device_add_child_after.9
76cefd51ecSDoug RabsonMLINKS+=device_enable.9 device_disable.9
77cefd51ecSDoug RabsonMLINKS+=device_enable.9 device_is_enabled.9
78cefd51ecSDoug RabsonMLINKS+=device_get_state.9 device_busy.9
79cefd51ecSDoug RabsonMLINKS+=device_get_state.9 device_unbusy.9
80cefd51ecSDoug RabsonMLINKS+=device_get_state.9 device_is_alive.9
81cefd51ecSDoug RabsonMLINKS+=device_set_desc.9 device_get_desc.9
82cefd51ecSDoug RabsonMLINKS+=devclass_add_driver.9 devclass_delete_driver.9
83cefd51ecSDoug RabsonMLINKS+=devclass_add_driver.9 devclass_find_driver.9
84cefd51ecSDoug RabsonMLINKS+=BUS_READ_IVAR.9 BUS_WRITE_IVAR.9
85cefd51ecSDoug RabsonMLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9
86cefd51ecSDoug Rabson
870786f79cSPoul-Henning Kamp.include <bsd.prog.mk>
88