From owner-cvs-sys Mon Jul 8 19:28:51 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA25624 for cvs-sys-outgoing; Mon, 8 Jul 1996 19:28:51 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA25577; Mon, 8 Jul 1996 19:28:28 -0700 (PDT) Date: Mon, 8 Jul 1996 19:28:28 -0700 (PDT) From: Julian Elischer Message-Id: <199607090228.TAA25577@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot Makefile README.386BSD boot.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/07/08 19:28:26 Modified: sys/i386/boot/biosboot Makefile README.386BSD boot.c Log: make the NAMEBLOCK changes conditional on that preprocessor variable, and add more documentation of the option in the Makefile also CORRECT the variable mentioned in the README. Revision Changes Path 1.41 +6 -1 src/sys/i386/boot/biosboot/Makefile 1.6 +2 -2 src/sys/i386/boot/biosboot/README.386BSD 1.52 +7 -7 src/sys/i386/boot/biosboot/boot.c