Add the VM86 module to the lkm build.
This commit is contained in:
parent
b6a6d066a8
commit
a274bc22a2
9
lkm/vm86/Makefile
Normal file
9
lkm/vm86/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $Id$
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/i386/i386
|
||||
KMOD= vm86_mod
|
||||
SRCS= vm86.c
|
||||
NOMAN=
|
||||
CFLAGS+= -I. -DLKM -DVM86_MODULE
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user