From ed2c81c020cc88cbbf163e0b0ea1b6bca2fbf8cb Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Tue, 4 Sep 2007 23:28:27 +0000 Subject: add support to print the derivated tree from the OpenPROM (alas devinfo or prtconf); ok kettenis@. thanks to the various people who helped me test in different sparc* machines. --- usr.sbin/eeprom/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/eeprom/Makefile') diff --git a/usr.sbin/eeprom/Makefile b/usr.sbin/eeprom/Makefile index 76b385eba42..cf17a23d638 100644 --- a/usr.sbin/eeprom/Makefile +++ b/usr.sbin/eeprom/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2002/12/31 16:22:26 miod Exp $ +# $OpenBSD: Makefile,v 1.10 2007/09/04 23:28:26 fgsch Exp $ .if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" PROG= eeprom @@ -9,7 +9,7 @@ BINMODE=2555 SRCS= eehandlers.c getdate.c main.c . if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" -SRCS+= ophandlers.c +SRCS+= ophandlers.c optree.c . endif CLEANFILES+=getdate.c y.tab.h -- cgit v1.2.3