summaryrefslogtreecommitdiff
path: root/usr.sbin/eeprom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/eeprom/Makefile')
-rw-r--r--usr.sbin/eeprom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/eeprom/Makefile b/usr.sbin/eeprom/Makefile
index 82b5824c962..fa38c761e2b 100644
--- a/usr.sbin/eeprom/Makefile
+++ b/usr.sbin/eeprom/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2007/11/12 20:54:54 kettenis Exp $
+# $OpenBSD: Makefile,v 1.12 2007/11/14 20:38:32 kettenis Exp $
.if ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
PROG= eeprom
@@ -9,7 +9,7 @@ BINMODE=2555
SRCS= getdate.c main.c
SRCS+= ophandlers.c optree.c
-. if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
+. if ${MACHINE} == "sparc"
SRCS+= eehandlers.c
. endif