diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-13 17:15:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-13 17:15:39 +0000 |
commit | 47f3aa2290a757bddc37f2a5e8e8cda0e7ea170b (patch) | |
tree | e5554772c948ff048106283989efa4aa4e324374 /lib/libc | |
parent | 5cde31ff2e21fe81ee617343c17452465e848f24 (diff) |
pop ndbm.3 into the tree
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/db/man/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc index aecb135a2e8..5fb21d69082 100644 --- a/lib/libc/db/man/Makefile.inc +++ b/lib/libc/db/man/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/08/19 08:20:46 tholo Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1998/05/13 17:15:38 deraadt Exp $ .PATH: ${.CURDIR}/db/man # mpool.3 -MAN+= btree.3 dbopen.3 hash.3 recno.3 +MAN+= btree.3 dbopen.3 hash.3 recno.3 ndbm.3 MLINKS+= dbopen.3 db.3 |