summaryrefslogtreecommitdiff
path: root/lib/libc/db/man
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-23 07:18:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-07-23 07:18:02 +0000
commite941a53ee3112718030c21fdc633ea4417cc0119 (patch)
treefe350ad02c8e72ed0833367a45a9cbd7a94a7e0d /lib/libc/db/man
parent3f6e3fe831237b0a4085966d31ddefaa2b46bd35 (diff)
build mpool(3)
Diffstat (limited to 'lib/libc/db/man')
-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