From ea35ce8d7327dba210d7ed93edbbf2821a41fbf6 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 21 Oct 1997 08:41:15 +0000 Subject: Sorted lists. --- lib/libc/db/man/Makefile.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/libc/db/man') diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc index 7981a2c..2c70dd07 100644 --- a/lib/libc/db/man/Makefile.inc +++ b/lib/libc/db/man/Makefile.inc @@ -1,11 +1,10 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.5 1997/09/24 20:38:10 julian Exp $ +# $Id: Makefile.inc,v 1.6 1997/10/16 14:26:09 bde Exp $ .PATH: ${.CURDIR}/../libc/db/man .if ${LIB} == "c" -# mpool.3 -MAN3+= btree.3 dbopen.3 hash.3 recno.3 -MAN3+= mpool.3 +MAN3+= btree.3 dbopen.3 hash.3 mpool.3 recno.3 + MLINKS+= dbopen.3 db.3 .endif -- cgit v1.1