diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-14 02:12:48 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-14 02:12:48 +0000 |
commit | 64c8fdc6f873b2bf59ba8a8786bb94b273ccafd7 (patch) | |
tree | 2cdc24407324ae3b6e33060eddef176fb6e67605 /lib | |
parent | f7ac449f82436b57bc9e0225dfe524b5dfbdf7de (diff) |
bad theo
Diffstat (limited to 'lib')
-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 |