Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/disklabel Preserve the boot area on x68k.
details: https://anonhg.NetBSD.org/src/rev/123d6efa2ef7
branches: trunk
changeset: 517802:123d6efa2ef7
user: minoura <minoura%NetBSD.org@localhost>
date: Mon Nov 19 13:55:06 2001 +0000
description:
Preserve the boot area on x68k.
diffstat:
sbin/disklabel/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4a75be913f75 -r 123d6efa2ef7 sbin/disklabel/Makefile
--- a/sbin/disklabel/Makefile Mon Nov 19 11:56:50 2001 +0000
+++ b/sbin/disklabel/Makefile Mon Nov 19 13:55:06 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2000/12/24 07:08:02 lukem Exp $
+# $NetBSD: Makefile,v 1.40 2001/11/19 13:55:06 minoura Exp $
# @(#)Makefile 8.2 (Berkeley) 3/17/94
PROG= disklabel
@@ -25,7 +25,7 @@
CPPFLAGS+= -DSTRICT_CYLINDER_ALIGNMENT
.endif
-.if (${MACHINE} == "alpha")
+.if (${MACHINE} == "alpha") || (${MACHINE} == "x68k")
# read in the old boot area even though we don't support writing the boot
# area with disklabel(8).
CPPFLAGS+= -DSAVEBOOTAREA
Home |
Main Index |
Thread Index |
Old Index