Remove the source file for the sio(4) EBus attachment here, too.

This commit is contained in:
Marius Strobl 2004-04-30 18:28:26 +00:00
parent 231a973125
commit 0e59ab9692

View file

@ -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}