mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Actually install the example Khelp module committed in r218545.
Sponsored by: FreeBSD Foundation MFC after: 4 weeks X-MFC with: r218545
This commit is contained in:
parent
3e9a516ed4
commit
071e1365c2
2 changed files with 5 additions and 0 deletions
|
|
@ -244,6 +244,8 @@
|
|||
fwimage
|
||||
..
|
||||
..
|
||||
khelp
|
||||
..
|
||||
syscall
|
||||
module
|
||||
..
|
||||
|
|
|
|||
|
|
@ -100,6 +100,9 @@ XFILES= BSD_daemon/FreeBSD.pfa \
|
|||
kld/firmware/fwconsumer/fw_consumer.c \
|
||||
kld/firmware/fwimage/Makefile \
|
||||
kld/firmware/fwimage/firmware.img \
|
||||
kld/khelp/Makefile \
|
||||
kld/khelp/README \
|
||||
kld/khelp/h_example.c \
|
||||
kld/syscall/Makefile \
|
||||
kld/syscall/module/Makefile \
|
||||
kld/syscall/module/syscall.c \
|
||||
|
|
|
|||
Loading…
Reference in a new issue