Makefile revision 197444
1# $FreeBSD: head/sys/modules/x86bios/Makefile 197444 2009-09-23 20:49:14Z jkim $
2
3KMOD=	x86bios
4SRCS=	opt_x86bios.h
5
6.PATH:	${.CURDIR}/../../contrib/x86emu
7.PATH:	${.CURDIR}/../../compat/x86bios
8SRCS+=	x86bios.c x86bios_alloc.c x86emu.c x86emu_util.c
9
10.include <bsd.kmod.mk>
11