Fix typo that prevents esp_sbus.c and lsi64854.c from being built on sparc64.

This commit is contained in:
Marius Strobl 2004-06-10 13:02:29 +00:00
parent 1a41a8e4ce
commit 7ad8bf410d

View File

@ -9,7 +9,7 @@ SRCS+= opt_ddb.h opt_cam.h
SRCS+= device_if.h bus_if.h
.if ${MACHINE_ARCH} == "sparc64"
SRCSi+= esp_sbus.c lsi64854.c
SRCS+= esp_sbus.c lsi64854.c
.endif
.include <bsd.kmod.mk>