diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-09-04 23:28:27 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2007-09-04 23:28:27 +0000 |
commit | ed2c81c020cc88cbbf163e0b0ea1b6bca2fbf8cb (patch) | |
tree | f435763744f8a6a4ceb1ebccde900efde544e88d /usr.sbin/eeprom/Makefile | |
parent | 47466b70b139eca58302a1af773a0e76c0a280a0 (diff) |
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.
Diffstat (limited to 'usr.sbin/eeprom/Makefile')
-rw-r--r-- | usr.sbin/eeprom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |