Makefile revision 50476
1139724Simp# $FreeBSD: head/share/man/man9/Makefile 50476 1999-08-28 00:22:10Z peter $
24Srgrimes
34SrgrimesMAN9=	MD5.9 \
44Srgrimes	VFS.9 VFS_FHTOVP.9 VFS_INIT.9 VFS_MOUNT.9 VFS_QUOTACTL.9 \
58876Srgrimes	VFS_ROOT.9 VFS_START.9 VFS_STATFS.9 VFS_SYNC.9 VFS_UNMOUNT.9 \
64Srgrimes	VFS_VGET.9 VFS_VPTOFH.9 \
74Srgrimes	VOP_ABORTOP.9 VOP_ACCESS.9 VOP_ADVLOCK.9 VOP_ATTRIB.9 \
84Srgrimes	VOP_BWRITE.9 VOP_CREATE.9 VOP_FSYNC.9 \
94Srgrimes	VOP_GETPAGES.9 VOP_INACTIVE.9 VOP_IOCTL.9 VOP_LINK.9 \
104Srgrimes	VOP_LOCK.9 VOP_LOOKUP.9 VOP_MMAP.9 VOP_OPENCLOSE.9 \
118876Srgrimes	VOP_PATHCONF.9 VOP_PRINT.9 VOP_RDWR.9 VOP_READDIR.9 \
128876Srgrimes	VOP_READLINK.9 VOP_REALLOCBLKS.9 VOP_REMOVE.9 VOP_RENAME.9 \
134Srgrimes	VOP_STRATEGY.9 \
144Srgrimes	at_exit.9 at_fork.9 at_shutdown.9 bios.9 boot.9 buf.9 cd.9 copy.9 \
158876Srgrimes	devfs_add_devswf.9 devfs_link.9 devfs_remove_dev.9 devstat.9 \
164Srgrimes	fetch.9 ifnet.9 inittodr.9 intro.9 kernacc.9 malloc.9 microseq.9 \
178876Srgrimes	mi_switch.9 namei.9 panic.9 physio.9 posix4.9 psignal.9 \
184Srgrimes	resettodr.9 rtalloc.9 rtentry.9 sleep.9 spl.9 \
194Srgrimes	store.9 style.9 suser.9 time.9 timeout.9 uio.9 \
204Srgrimes	vget.9 vnode.9 vput.9 vref.9 vrele.9 vslock.9
214Srgrimes
228876SrgrimesMAN9+=	device.9 device_add_child.9 device_delete_child.9 device_enable.9 \
234Srgrimes	device_find_child.9 device_get_devclass.9 device_get_driver.9 \
244Srgrimes	device_get_ivars.9 device_get_softc.9 device_get_state.9 \
254Srgrimes	device_get_unit.9 device_probe_and_attach.9 device_quiet.9 \
264Srgrimes	device_set_desc.9 driver.9 \
27115683Sobrien	devclass.9 devclass_add_driver.9 devclass_find.9 \
28115683Sobrien	devclass_get_device.9 devclass_get_devices.9 devclass_get_maxunit.9 \
29115683Sobrien	devclass_get_name.9 devclass_get_softc.9 \
304Srgrimes	DEVICE_ATTACH.9 DEVICE_DETACH.9 DEVICE_PROBE.9 DEVICE_SHUTDOWN.9 \
314Srgrimes	BUS_CREATE_INTR.9 BUS_CONNECT_INTR.9 BUS_PRINT_CHILD.9 \
324Srgrimes	BUS_READ_IVAR.9 \
332056Swollman	bus_generic_attach.9 bus_generic_detach.9 bus_generic_map_intr.9 \
3424494Sbde	bus_generic_print_child.9 bus_generic_read_ivar.9 \
352056Swollman	bus_generic_shutdown.9
364Srgrimes
374SrgrimesMLINKS+=MD5.9 MD5Init.9 MD5.9 MD5Transform.9
384SrgrimesMLINKS+=VOP_ATTRIB.9 VOP_GETATTR.9
394SrgrimesMLINKS+=VOP_ATTRIB.9 VOP_SETATTR.9
404SrgrimesMLINKS+=VOP_CREATE.9 VOP_MKDIR.9
414SrgrimesMLINKS+=VOP_CREATE.9 VOP_MKNOD.9
424SrgrimesMLINKS+=VOP_CREATE.9 VOP_SYMLINK.9
434SrgrimesMLINKS+=VOP_GETPAGES.9 VOP_PUTPAGES.9
444SrgrimesMLINKS+=VOP_INACTIVE.9 VOP_RECLAIM.9
454SrgrimesMLINKS+=VOP_LOCK.9 VOP_ISLOCKED.9
464SrgrimesMLINKS+=VOP_LOCK.9 VOP_UNLOCK.9
474SrgrimesMLINKS+=VOP_LOCK.9 vn_lock.9
484SrgrimesMLINKS+=VOP_OPENCLOSE.9 VOP_CLOSE.9
494SrgrimesMLINKS+=VOP_OPENCLOSE.9 VOP_OPEN.9
504SrgrimesMLINKS+=VOP_RDWR.9 VOP_READ.9
514SrgrimesMLINKS+=VOP_RDWR.9 VOP_WRITE.9
524SrgrimesMLINKS+=VOP_REMOVE.9 VOP_RMDIR.9
534SrgrimesMLINKS+=at_exit.9 rm_at_exit.9
544SrgrimesMLINKS+=at_fork.9 rm_at_fork.9
554SrgrimesMLINKS+=at_shutdown.9 rm_at_shutdown.9
564SrgrimesMLINKS+=copy.9 copyin.9 copy.9 copyinstr.9 copy.9 copyout.9 copy.9 copystr.9
574SrgrimesMLINKS+=devfs_link.9 devfs_makelink.9
584SrgrimesMLINKS+=devstat.9 devicestat.9 devstat.9 devstat_add_entry.9 
594SrgrimesMLINKS+=devstat.9 devstat_remove_entry.9 devstat.9 devstat_start_transaction.9
604SrgrimesMLINKS+=devstat.9 devstat_end_transaction.9
614SrgrimesMLINKS+=fetch.9 fubyte.9 fetch.9 fuswintr.9 fetch.9 fusword.9 fetch.9 fuword.9
624SrgrimesMLINKS+=ifnet.9 if_data.9 ifnet.9 ifaddr.9 ifnet.9 ifqueue.9
634SrgrimesMLINKS+=kernacc.9 useracc.9
644SrgrimesMLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
654SrgrimesMLINKS+=mi_switch.9 cpu_switch.9
664SrgrimesMLINKS+=posix4.9 p1003_1b.9
674SrgrimesMLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
684SrgrimesMLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
694SrgrimesMLINKS+=sleep.9 tsleep.9 sleep.9 wakeup.9 sleep.9 wakeup_one.9
704SrgrimesMLINKS+=sleep.9 asleep.9 sleep.9 await.9
714SrgrimesMLINKS+=buf.9 bp.9
724SrgrimesMLINKS+=spl.9 spl0.9
734SrgrimesMLINKS+=spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 spl.9 splimp.9
744SrgrimesMLINKS+=spl.9 splnet.9 spl.9 splsoftclock.9 spl.9 splsofttty.9
754SrgrimesMLINKS+=spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9
764SrgrimesMLINKS+=store.9 subyte.9 store.9 suswintr.9 store.9 susword.9 store.9 suword.9
774SrgrimesMLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
784SrgrimesMLINKS+=timeout.9 untimeout.9
794SrgrimesMLINKS+=vref.9 VREF.9
804SrgrimesMLINKS+=vslock.9 vsunlock.9
814Srgrimes
824SrgrimesMLINKS+=device_add_child.9 device_add_child_after.9
834SrgrimesMLINKS+=device_enable.9 device_disable.9
844SrgrimesMLINKS+=device_enable.9 device_is_enabled.9
854SrgrimesMLINKS+=device_get_state.9 device_busy.9
864SrgrimesMLINKS+=device_get_state.9 device_unbusy.9
874SrgrimesMLINKS+=device_get_state.9 device_is_alive.9
8821277SbdeMLINKS+=device_quiet.9 device_verbose.9
8921277SbdeMLINKS+=device_quiet.9 device_is_quiet.9
9021277SbdeMLINKS+=device_set_desc.9 device_get_desc.9
914SrgrimesMLINKS+=devclass_add_driver.9 devclass_delete_driver.9
9211940SbdeMLINKS+=devclass_add_driver.9 devclass_find_driver.9
9314887SwollmanMLINKS+=BUS_READ_IVAR.9 BUS_WRITE_IVAR.9
944SrgrimesMLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9
954Srgrimes
964Srgrimes.include <bsd.prog.mk>
9717109Sbde