summaryrefslogtreecommitdiffstats
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 494b8e8..1023dbe 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -48,6 +48,7 @@ MAN9+= device.9 device_add_child.9 device_delete_child.9 device_enable.9 \
bus_alloc_resource.9 bus_release_resource.9 \
VOP_ACLCHECK.9 VOP_GETACL.9 VOP_GETEXTATTR.9 VOP_SETACL.9 \
VOP_SETEXTATTR.9 acl.9 extattr.9 kobj.9 taskqueue.9 accept_filter.9 \
+ sbuf.9 \
sysctl_add_oid.9 sysctl_ctx_init.9
MLINKS+=MD5.9 MD5Init.9 MD5.9 MD5Transform.9
@@ -180,4 +181,15 @@ MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_add.9
MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_del.9
MLINKS+=sysctl_ctx_init.9 sysctl_ctx_entry_find.9
+MLINKS+=sbuf.9 sbuf_new.9
+MLINKS+=sbuf.9 sbuf_setpos.9
+MLINKS+=sbuf.9 sbuf_cat.9
+MLINKS+=sbuf.9 sbuf_cpy.9
+MLINKS+=sbuf.9 sbuf_printf.9
+MLINKS+=sbuf.9 sbuf_putc.9
+MLINKS+=sbuf.9 sbuf_finish.9
+MLINKS+=sbuf.9 sbuf_data.9
+MLINKS+=sbuf.9 sbuf_len.9
+MLINKS+=sbuf.9 sbuf_delete.9
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud