Kill bogus isa compat opt file.

This commit is contained in:
Warner Losh 2004-03-15 11:27:39 +00:00
parent dc57f07049
commit 5c9d7c3a68

View File

@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../../../i386/isa
KMOD = pcf
SRCS = device_if.h bus_if.h iicbus_if.h isa_if.h \
opt_compat_oldisa.h pcf.c
pcf.c
.include <bsd.kmod.mk>