diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-23 07:18:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-23 07:18:02 +0000 |
commit | e941a53ee3112718030c21fdc633ea4417cc0119 (patch) | |
tree | fe350ad02c8e72ed0833367a45a9cbd7a94a7e0d /lib/libc/db/man | |
parent | 3f6e3fe831237b0a4085966d31ddefaa2b46bd35 (diff) |
build mpool(3)
Diffstat (limited to 'lib/libc/db/man')
-rw-r--r-- | lib/libc/db/man/Makefile.inc | 5 |
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 |