From 9cfa00a6495a73d8675a2fdf01efa6f35241441b Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Sat, 6 Mar 2004 08:01:16 +0000 Subject: [PATCH] Link in contigmalloc(9) to the build. --- share/man/man9/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 99e0b045817..6dd6b08ed77 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -35,6 +35,7 @@ MAN= accept_filter.9 \ cdevsw_add.9 \ cdevsw_remove.9 \ condvar.9 \ + contigmalloc.9 \ copy.9 \ critical_enter.9 \ cr_seeothergids.9 \ @@ -400,6 +401,7 @@ MLINKS+=copy.9 copyin.9 \ copy.9 copyinstr.9 \ copy.9 copyout.9 \ copy.9 copystr.9 +MLINKS+=contigmalloc.9 contigfree.9 MLINKS+=critical_enter.9 cpu_critical_enter.9 \ critical_enter.9 cpu_critical_exit.9 \ critical_enter.9 critical_exit.9