From 0e59ab9692301f21d5d8ef908cb87f33dd944e64 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Fri, 30 Apr 2004 18:28:26 +0000 Subject: [PATCH] Remove the source file for the sio(4) EBus attachment here, too. --- sys/modules/sio/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/modules/sio/Makefile b/sys/modules/sio/Makefile index 9f249179fb8..1e948a30d52 100644 --- a/sys/modules/sio/Makefile +++ b/sys/modules/sio/Makefile @@ -14,10 +14,6 @@ SRCS+= sio_cbus.c .else SRCS+= sio_isa.c .endif -.if ${MACHINE} == "sparc64" -### untested -SRCS+= sio_ebus.c -.endif opt_compat.h: echo "#define COMPAT_43 1" > ${.TARGET}