mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Connect dev_clone.9 and devfs_set_cdevpriv.9 to the build.
This commit is contained in:
parent
3ee01afa4e
commit
dcd8bc9a08
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue