Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/eeprom build eeprom on shark
details: https://anonhg.NetBSD.org/src/rev/d8bb4fcacb5b
branches: trunk
changeset: 772040:d8bb4fcacb5b
user: macallan <macallan%NetBSD.org@localhost>
date: Thu Dec 15 07:51:29 2011 +0000
description:
build eeprom on shark
this has been working for ages, why did I never commit it?
diffstat:
usr.sbin/eeprom/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 5168de770045 -r d8bb4fcacb5b usr.sbin/eeprom/Makefile
--- a/usr.sbin/eeprom/Makefile Thu Dec 15 06:35:45 2011 +0000
+++ b/usr.sbin/eeprom/Makefile Thu Dec 15 07:51:29 2011 +0000
@@ -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+= eehandlers.c
.endif
-.if ${MACHINE} == "macppc"
+.if ${MACHINE} == "macppc" || ${MACHINE} == "shark"
SRCS+= ofhandlers.c
CPPFLAGS+= -DUSE_OPENFIRM
.endif
Home |
Main Index |
Thread Index |
Old Index