diff options
author | 1998-05-14 02:12:47 +0000 | |
---|---|---|
committer | 1998-05-14 02:12:47 +0000 | |
commit | d46e83c1d1e3d90beec8d5eef420db320b56f958 (patch) | |
tree | 46a53f1f97b0407cf8ccb76c57fd381a288e9eb2 /lib/libc/db | |
parent | add PIM (diff) | |
download | wireguard-openbsd-d46e83c1d1e3d90beec8d5eef420db320b56f958.tar.xz wireguard-openbsd-d46e83c1d1e3d90beec8d5eef420db320b56f958.zip |
bad theo
Diffstat (limited to 'lib/libc/db')
-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 674b9fed8be..0b374e21cee 100644 --- a/lib/libc/db/man/Makefile.inc +++ b/lib/libc/db/man/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.4 1998/05/13 17:48:55 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1998/05/14 02:12:47 millert 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 +MLINKS+= ndbm.3 dbm.3 |