summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-13 17:48:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-05-13 17:48:56 +0000
commit269c9e33bfdfdfc1d9d6d552736f92a44b44d7f2 (patch)
treeccedf4ad37be924e210de82399e58131670c9790
parent47f3aa2290a757bddc37f2a5e8e8cda0e7ea170b (diff)
dbm.3 link
-rw-r--r--lib/libc/db/man/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc
index 5fb21d69082..674b9fed8be 100644
--- a/lib/libc/db/man/Makefile.inc
+++ b/lib/libc/db/man/Makefile.inc
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile.inc,v 1.3 1998/05/13 17:15:38 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.4 1998/05/13 17:48:55 deraadt Exp $
.PATH: ${.CURDIR}/db/man
# mpool.3
MAN+= btree.3 dbopen.3 hash.3 recno.3 ndbm.3
MLINKS+= dbopen.3 db.3
+MLINKS+= dbm.3 ndbm.3