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

This commit is contained in:
marius 2004-04-30 18:28:26 +00:00
parent 5aa078d988
commit 4b603ae2c0

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}