From owner-cvs-gnu Fri Apr 25 13:21:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA09305 for cvs-gnu-outgoing; Fri, 25 Apr 1997 13:21:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA09270; Fri, 25 Apr 1997 13:20:50 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA26982; Fri, 25 Apr 1997 13:20:21 -0700 (PDT) Date: Fri, 25 Apr 1997 13:20:21 -0700 (PDT) Message-Id: <199704252020.NAA26982@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-gnu@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/lib Makefile Sender: owner-cvs-gnu@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk bde 97/04/25 13:20:21 Modified: gnu/usr.bin/man/lib Makefile Log: Fixed `make depend'. The previous change reduced it to making only config.h (which isn't used directly). Added a comment about the indirect use of config.h. Revision Changes Path 1.10 +3 -1 src/gnu/usr.bin/man/lib/Makefile