diff options
author | ats <ats@FreeBSD.org> | 1994-12-11 22:03:05 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-12-11 22:03:05 +0000 |
commit | 45fe4d648a876e61cfacf658b03c6ea759660d6d (patch) | |
tree | 644f2ec1a57f58188c5dd0502d6292598dcfe4bd /lib/libc | |
parent | 3de38900964dc5b5ae0da62f0c80d5d26c042cf6 (diff) | |
download | FreeBSD-src-45fe4d648a876e61cfacf658b03c6ea759660d6d.zip FreeBSD-src-45fe4d648a876e61cfacf658b03c6ea759660d6d.tar.gz |
Added the mpool.3 manpage to the installed manpages. It is referred from the
other manpages and there is no conflict.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/db/man/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc index f715e01..f55b9f4 100644 --- a/lib/libc/db/man/Makefile.inc +++ b/lib/libc/db/man/Makefile.inc @@ -4,4 +4,5 @@ # mpool.3 MAN3+= db/man/btree.3 db/man/dbopen.3 db/man/hash.3 db/man/recno.3 +MAN3+= db/man/mpool.3 MLINKS+= dbopen.3 db.3 |