aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2008-09-15 10:12:04 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2008-09-15 10:12:04 +0000
commitdcd8bc9a082a4765232c29b5249f70176a44518d (patch)
treee4775672d9e7f7d313a549c1c5b5438f4a595435 /share/man/man9/Makefile
parent3ee01afa4ec4b51d0631164b350b9f65935096b4 (diff)
downloadsrc-dcd8bc9a082a4765232c29b5249f70176a44518d.tar.gz
src-dcd8bc9a082a4765232c29b5249f70176a44518d.zip
Connect dev_clone.9 and devfs_set_cdevpriv.9 to the build.
Notes
Notes: svn path=/head/; revision=183036
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index aeb9d9f9aeef..84da16285196 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -61,6 +61,8 @@ MAN= accept_filter.9 \
devclass_get_maxunit.9 \
devclass_get_name.9 \
devclass_get_softc.9 \
+ dev_clone.9 \
+ devfs_set_cdevpriv.9 \
device.9 \
device_add_child.9 \
DEVICE_ATTACH.9 \
@@ -548,6 +550,9 @@ MLINKS+=crypto.9 crypto_dispatch.9 \
crypto.9 crypto_unregister_all.9
MLINKS+=devclass_add_driver.9 devclass_delete_driver.9 \
devclass_add_driver.9 devclass_find_driver.9
+MLINKS+=dev_clone.9 drain_dev_clone_events.9
+MLINKS+=devfs_set_cdevpriv.9 devfs_get_cdevpriv.9 \
+ devfs_set_cdevpriv.9 devfs_clear_cdevpriv.9
MLINKS+=device_add_child.9 device_add_child_ordered.9
MLINKS+=device_enable.9 device_disable.9 \
device_enable.9 device_is_enabled.9