head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	97.08.28.14.45.26;	author jlemon;	state dead;
branches;
next	1.1;

1.1
date	97.08.09.00.22.31;	author dyson;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove the vm86 LKM.
@
text
@#       $Id: Makefile,v 1.1 1997/08/09 00:22:31 dyson Exp $

.PATH:  ${.CURDIR}/../../sys/i386/i386
KMOD=   vm86_mod
SRCS=   vm86.c
NOMAN=
CFLAGS+= -I. -DLKM -DVM86_MODULE

.include <bsd.kmod.mk>
@


1.1
log
@Add the VM86 module to the lkm build.
@
text
@d1 1
a1 1
#       $Id$
@
