From owner-cvs-lib Thu Jan 8 21:47:15 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA15338 for cvs-lib-outgoing; Thu, 8 Jan 1998 21:47:15 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA14570; Thu, 8 Jan 1998 21:39:59 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06821; Thu, 8 Jan 1998 21:37:43 -0800 (PST) Date: Thu, 8 Jan 1998 21:37:43 -0800 (PST) Message-Id: <199801090537.VAA06821@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/08 21:37:43 PST Modified files: lib Makefile Log: Build lib/csu/${MACHINE} only if it exists so that when porting FreeBSD to another architecture (in this case the Alpha) we can continue to use the host csu objects (from NetBSD). This should be a non-function change to FreeBSD/i386. Revision Changes Path 1.59 +1 -1 src/lib/Makefile