Unbreak buildworld on i386 when MODULES_WITH_WORLD is defined.

This commit is contained in:
Olivier Houchard 2005-03-23 17:13:08 +00:00
parent df8f908079
commit 73267c1118
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144031

View file

@ -11,4 +11,8 @@ SRCS+= device_if.h bus_if.h pci_if.h
CFLAGS+= -O0
.endif
.if ${MACHINE_ARCH} == "i386"
SRCS+= opt_asr.h
.endif
.include <bsd.kmod.mk>