summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/db/man/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc
index 0b374e21cee..beea08edc40 100644
--- a/lib/libc/db/man/Makefile.inc
+++ b/lib/libc/db/man/Makefile.inc
@@ -1,8 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.5 1998/05/14 02:12:47 millert Exp $
+# $OpenBSD: Makefile.inc,v 1.6 1998/07/23 07:18:01 deraadt Exp $
.PATH: ${.CURDIR}/db/man
-# mpool.3
-MAN+= btree.3 dbopen.3 hash.3 recno.3 ndbm.3
+MAN+= btree.3 dbopen.3 hash.3 recno.3 ndbm.3 mpool.3
MLINKS+= dbopen.3 db.3
MLINKS+= ndbm.3 dbm.3