Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sbin/disklabel pullup 1.32->1.33 (cgd)
details: https://anonhg.NetBSD.org/src/rev/8824be87cf46
branches: netbsd-1-4
changeset: 468873:8824be87cf46
user: perry <perry%NetBSD.org@localhost>
date: Mon Jun 21 23:19:57 1999 +0000
description:
pullup 1.32->1.33 (cgd)
diffstat:
sbin/disklabel/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 2a0664002110 -r 8824be87cf46 sbin/disklabel/Makefile
--- a/sbin/disklabel/Makefile Mon Jun 21 23:18:25 1999 +0000
+++ b/sbin/disklabel/Makefile Mon Jun 21 23:19:57 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 1999/01/21 11:58:00 pk Exp $
+# $NetBSD: Makefile,v 1.31.2.1 1999/06/21 23:19:57 perry Exp $
# @(#)Makefile 8.2 (Berkeley) 3/17/94
PROG= disklabel
@@ -23,4 +23,10 @@
CPPFLAGS+= -DSTRICT_CYLINDER_ALIGNMENT
.endif
+.if (${MACHINE} == "alpha")
+# read in the old boot area even though we don't support writing the boot
+# area with disklabel(8).
+CPPFLAGS+= -DSAVEBOOTAREA
+.endif
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index