From owner-cvs-all Wed Dec 30 02:21:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA27856 for cvs-all-outgoing; Wed, 30 Dec 1998 02:21:47 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA27851; Wed, 30 Dec 1998 02:21:46 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA11761; Wed, 30 Dec 1998 02:21:38 -0800 (PST) Date: Wed, 30 Dec 1998 02:21:38 -0800 (PST) Message-Id: <199812301021.CAA11761@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/12/30 02:21:38 PST Modified files: sys/i386/boot/biosboot Makefile Log: Rely on ../Makefile.inc to set the object format in CFLAGS and the default for BINDIR. The default BINDIR of /usr/mdec can't be overridden yet because libdisk still uses /usr/mdec and installing in /boot might clobber the new boot blocks. Don't install links to bootxx or xxboot. Install boot1 and boot2 in 1 step. Don't delete the boot.help source file on installing it when ${COPY} is null. Revision Changes Path 1.68 +5 -14 src/sys/i386/boot/biosboot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message