Module Name:    src
Committed By:   tsutsui
Date:           Sat Nov 28 11:26:36 UTC 2009

Modified Files:
        src/sbin/disklabel: Makefile

Log Message:
Make dreamcast, evbsh3, and mmeye use -DUSE_MBR.
All of these ports use src/sys/arch/sh3/sh3/disksubr.c
which is MBR aware.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sbin/disklabel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/disklabel/Makefile
diff -u src/sbin/disklabel/Makefile:1.62 src/sbin/disklabel/Makefile:1.63
--- src/sbin/disklabel/Makefile:1.62	Sat Feb 14 13:52:51 2009
+++ src/sbin/disklabel/Makefile	Sat Nov 28 11:26:36 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.62 2009/02/14 13:52:51 abs Exp $
+#	$NetBSD: Makefile,v 1.63 2009/11/28 11:26:36 tsutsui Exp $
 #	@(#)Makefile	8.2 (Berkeley) 3/17/94
 
 PROG=	disklabel
@@ -22,7 +22,9 @@
 	|| ${MACHINE} == "arc" \
 	|| ${MACHINE} == "cats" \
 	|| ${MACHINE} == "cobalt" \
+	|| ${MACHINE} == "dreamcast" \
 	|| ${MACHINE} == "evbarm" \
+	|| ${MACHINE} == "evbsh3" \
 	|| ${MACHINE} == "hpcarm" \
 	|| ${MACHINE} == "hpcmips" \
 	|| ${MACHINE} == "hpcsh" \
@@ -30,6 +32,7 @@
 	|| ${MACHINE} == "iyonix" \
 	|| ${MACHINE} == "landisk" \
 	|| ${MACHINE} == "macppc" \
+	|| ${MACHINE} == "mmeye" \
 	|| ${MACHINE} == "netwinder" \
 	|| ${MACHINE} == "playstation2" \
 	|| ${MACHINE} == "prep" \

Reply via email to