Makefile (874108aed99d76099ff9eb6c8d830479a504c1ad) | Makefile (205d67b00d81bcc0c8e84f20f95b26ed94acb923) |
---|---|
1# $FreeBSD$ 2 3KMOD= x86bios 4SRCS= opt_x86bios.h | 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 | 5 6.PATH: ${.CURDIR}/../../contrib/x86emu |
8.PATH: ${.CURDIR}/../../compat/x86bios 9SRCS+= x86bios.c x86emu.c | 7.PATH: ${.CURDIR}/../../dev/x86bios 8SRCS+= x86bios.c x86bios_alloc.c x86emu.c x86emu_util.c |
10 11.include <bsd.kmod.mk> | 9 10.include <bsd.kmod.mk> |