diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2004-03-06 08:01:16 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2004-03-06 08:01:16 +0000 |
commit | 894cb81b6ce8e5411aeca0d615e58c28bd97cc7a (patch) | |
tree | d5baa0177cc3cc0e80abc9f895fadbbe8d3573c5 | |
parent | b37c7cc0e8a4021d331d384c78c513e7c81d06d0 (diff) | |
download | FreeBSD-src-894cb81b6ce8e5411aeca0d615e58c28bd97cc7a.zip FreeBSD-src-894cb81b6ce8e5411aeca0d615e58c28bd97cc7a.tar.gz |
Link in contigmalloc(9) to the build.
-rw-r--r-- | share/man/man9/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 99e0b04..6dd6b08 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 |