aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-12-13 23:09:19 +0000
committerWarner Losh <imp@FreeBSD.org>2004-12-13 23:09:19 +0000
commit93c22173bda3bdfd4a445bf2e90d5b28328ef8ea (patch)
treea71f7df963cf831ea992d3d963735405ba313a73 /share/man/man9/Makefile
parentf41d84e53ac931ef795ff5be1b8dc4459dfdbe26 (diff)
downloadsrc-93c22173bda3bdfd4a445bf2e90d5b28328ef8ea.tar.gz
src-93c22173bda3bdfd4a445bf2e90d5b28328ef8ea.zip
The format of the MLINKS entries is pairwise, not MLINKS += wise. So
list kernel_mount.9 the required number of times to allow make installworld to complete.
Notes
Notes: svn path=/head/; revision=138824
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 455c4fa6196e..dd814279b999 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -536,8 +536,12 @@ 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+=kernel_mount.9 free_mntarg.9 \
+ kernel_mount.9 kernel_vmount.9 \
+ kernel_mount.9 mount_arg.9 \
+ kernel_mount.9 mount_argb.9 \
+ kernel_mount.9 mount_argf.9 \
+ kernel_mount.9 mount_argsu.9
MLINKS+=kobj.9 DEFINE_CLASS.9 \
kobj.9 kobj_class_compile.9 \
kobj.9 kobj_class_compile_static.9 \