1# $FreeBSD$ 2 3KMOD= x86bios 4SRCS= opt_x86bios.h 5SRCS+= bus_if.h device_if.h pci_if.h 6 7.PATH: ${.CURDIR}/../../contrib/x86emu 8.PATH: ${.CURDIR}/../../compat/x86bios 9SRCS+= x86bios.c x86emu.c 10 11.include <bsd.kmod.mk> 12