From owner-cvs-user Sun Jun 8 15:49:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA20910 for cvs-user-outgoing; Sun, 8 Jun 1997 15:49:41 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA20887; Sun, 8 Jun 1997 15:49:28 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id IAA26899; Mon, 9 Jun 1997 08:45:18 +1000 Date: Mon, 9 Jun 1997 08:45:18 +1000 From: Bruce Evans Message-Id: <199706082245.IAA26899@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, jhay@FreeBSD.ORG Subject: Re: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > . Makefile > Log: > Add libmp and libz to the includes target. This makes "make includes -DCLOBBER; > make depend; make all" work. I think there should be a better than adding > each library directory here. It could traverse the whole tree and make the includeinstall targets, but this would be slow. Traversing just the include and lib trees would probably be fast enough. The includes target is also missing gnu/lib/libgmp, gnu/lib/libobjc, lib/libdisk and lib/libopie, and is disordered. Bruce