I seem to have forgotten this. Sorry.

This commit is contained in:
Matthew N. Dodd 2003-03-24 22:25:08 +00:00
parent 1649fe2b0a
commit 0d98179d63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112567

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../i386/bios
KMOD= smapi
SRCS= smapi_isa.c smapi.c smapi_bios.S \
bus_if.h device_if.h isa_if.h
SRCS= smapi.c smapi_bios.S \
bus_if.h device_if.h
.include <bsd.kmod.mk>