summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-03 02:18:58 +0000
committerjkh <jkh@FreeBSD.org>1999-01-03 02:18:58 +0000
commit468764485dac67e8142ed504f2ee139f9fe42f50 (patch)
tree09254dc549f4b987f7bd42b29f6ef8f3d013d7d7 /sys
parenteaf34b61debcf9c20d77082b95c926d76ec3c403 (diff)
downloadFreeBSD-src-468764485dac67e8142ed504f2ee139f9fe42f50.zip
FreeBSD-src-468764485dac67e8142ed504f2ee139f9fe42f50.tar.gz
Clean up some more residual /usr/mdec references. I left all the
extra rbootd/boot rom cruft pointing at /usr/mdec since it either doesn't exist or doesn't work anyway, so who cares? :)
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/boot/Makefile.inc4
-rw-r--r--sys/i386/boot/dosboot/disklabe.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/boot/Makefile.inc b/sys/i386/boot/Makefile.inc
index b58e2e9..34e91c5 100644
--- a/sys/i386/boot/Makefile.inc
+++ b/sys/i386/boot/Makefile.inc
@@ -1,6 +1,6 @@
-# $Id: Makefile.inc,v 1.2 1998/03/12 12:23:27 bde Exp $
+# $Id: Makefile.inc,v 1.3 1998/12/30 10:05:56 bde Exp $
-BINDIR?= /usr/mdec
+BINDIR?= /boot
CFLAGS+= -aout
.if exists(${.CURDIR}/../../../../include)
CFLAGS+= -nostdinc -I${.CURDIR}/../../../../include
diff --git a/sys/i386/boot/dosboot/disklabe.h b/sys/i386/boot/dosboot/disklabe.h
index d550d47..81a7c06 100644
--- a/sys/i386/boot/dosboot/disklabe.h
+++ b/sys/i386/boot/dosboot/disklabe.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.1 (Berkeley) 6/2/93
- * $Id$
+ * $Id: disklabe.h,v 1.4 1997/02/22 09:30:46 peter Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -100,7 +100,7 @@ struct disklabel {
* the disklabel is read off the disk or in-core copy.
* d_boot0 and d_boot1 are the (optional) names of the
* primary (block 0) and secondary (block 1-15) bootstraps
- * as found in /usr/mdec. These are returned when using
+ * as found in /boot. These are returned when using
* getdiskbyname(3) to retrieve the values from /etc/disktab.
*/
#if defined(KERNEL) || defined(STANDALONE)
OpenPOWER on IntegriCloud