freebsd-dev/sys/modules/x86bios/Makefile
Jung-uk Kim 19de5df5e5 Move sys/dev/x86bios to sys/compat/x86bios.
It may not be optimal but it is clearly better than the old place.

OK'ed by:	delphij, paradox (ddkprog yahoo com)
2009-09-23 20:49:14 +00:00

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>