Module Name:    src
Committed By:   macallan
Date:           Thu Dec 15 07:51:29 UTC 2011

Modified Files:
        src/usr.sbin/eeprom: Makefile

Log Message:
build eeprom on shark
this has been working for ages, why did I never commit it?


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/eeprom/Makefile

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

Modified files:

Index: src/usr.sbin/eeprom/Makefile
diff -u src/usr.sbin/eeprom/Makefile:1.16 src/usr.sbin/eeprom/Makefile:1.17
--- src/usr.sbin/eeprom/Makefile:1.16	Sun Dec 13 05:01:33 2009
+++ src/usr.sbin/eeprom/Makefile	Thu Dec 15 07:51:29 2011
@@ -1,9 +1,10 @@
 #	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
-#	$NetBSD: Makefile,v 1.16 2009/12/13 05:01:33 nakayama Exp $
+#	$NetBSD: Makefile,v 1.17 2011/12/15 07:51:29 macallan Exp $
 
 .if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" \
 	|| ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" \
-	|| ${MACHINE} == "macppc" || ${MACHINE} == "prep"
+	|| ${MACHINE} == "macppc" || ${MACHINE} == "prep" \
+	|| ${MACHINE} == "shark"
 PROG=	eeprom
 
 SRCS=	main.c
@@ -18,7 +19,7 @@ SRCS+=	ophandlers.c
 SRCS+=	eehandlers.c
 .endif
 
-.if ${MACHINE} == "macppc"
+.if ${MACHINE} == "macppc" || ${MACHINE} == "shark"
 SRCS+=		ofhandlers.c
 CPPFLAGS+=	-DUSE_OPENFIRM
 .endif

Reply via email to