Add the VM86 module to the lkm build.

This commit is contained in:
John Dyson 1997-08-09 00:22:31 +00:00
parent b6a6d066a8
commit a274bc22a2

9
lkm/vm86/Makefile Normal file
View 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>