mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-10 14:02:43 +00:00
19de5df5e5
It may not be optimal but it is clearly better than the old place. OK'ed by: delphij, paradox (ddkprog yahoo com)
11 lines
206 B
Makefile
11 lines
206 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= x86bios
|
|
SRCS= opt_x86bios.h
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/x86emu
|
|
.PATH: ${.CURDIR}/../../compat/x86bios
|
|
SRCS+= x86bios.c x86bios_alloc.c x86emu.c x86emu_util.c
|
|
|
|
.include <bsd.kmod.mk>
|