aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2004-12-13 19:29:40 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2004-12-13 19:29:40 +0000
commitfe10ebf1f46b3615509ac10f1543530cc0c4d436 (patch)
tree396ce7c176d058abd3eab0504fcdb8292f299f20 /share/man/man9/Makefile
parent610b07d6a3c120483032a0792fb9158bfdd7c3d9 (diff)
downloadsrc-fe10ebf1f46b3615509ac10f1543530cc0c4d436.tar.gz
src-fe10ebf1f46b3615509ac10f1543530cc0c4d436.zip
Add kernel_mount.9 and appropriate MLINKS to the build.
Notes
Notes: svn path=/head/; revision=138819
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index ff6488263074..455c4fa6196e 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -120,6 +120,7 @@ MAN= accept_filter.9 \
ithread.9 \
KASSERT.9 \
kernacc.9 \
+ kernel_mount.9 \
kobj.9 \
kthread.9 \
ktr.9 \
@@ -535,6 +536,8 @@ MLINKS+=ithread.9 ithread_add_handler.9 \
ithread.9 ithread_remove_handler.9 \
ithread.9 ithread_schedule.9
MLINKS+=kernacc.9 useracc.9
+MLINKS+=kernel_mount.9 free_mntarg.9 kernel_vmount.9 \
+ mount_arg.9 mount_argb.9 mount_argf.9 mount_argsu.9
MLINKS+=kobj.9 DEFINE_CLASS.9 \
kobj.9 kobj_class_compile.9 \
kobj.9 kobj_class_compile_static.9 \