Module Name:    src
Committed By:   phx
Date:           Thu Aug 18 08:42:07 UTC 2011

Modified Files:
        src/sbin/disklabel: Makefile

Log Message:
Define USE_MBR for ofppc.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 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.67 src/sbin/disklabel/Makefile:1.68
--- src/sbin/disklabel/Makefile:1.67	Sat Feb 12 22:23:01 2011
+++ src/sbin/disklabel/Makefile	Thu Aug 18 08:42:07 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.67 2011/02/12 22:23:01 dholland Exp $
+#	$NetBSD: Makefile,v 1.68 2011/08/18 08:42:07 phx Exp $
 #	@(#)Makefile	8.2 (Berkeley) 3/17/94
 
 PROG=	disklabel
@@ -34,6 +34,7 @@
 	|| ${MACHINE} == "macppc" \
 	|| ${MACHINE} == "mmeye" \
 	|| ${MACHINE} == "netwinder" \
+	|| ${MACHINE} == "ofppc" \
 	|| ${MACHINE} == "prep" \
 	|| ${MACHINE} == "shark" \
 	|| ${MACHINE} == "zaurus" \

Reply via email to