head	1.3;
access;
symbols
	RELENG_3_0_0_RELEASE:1.2;
locks; strict;
comment	@# @;


1.3
date	98.12.27.19.38.13;	author sos;	state dead;
branches;
next	1.2;

1.2
date	98.09.15.20.14.11;	author sos;	state Exp;
branches;
next	1.1;

1.1
date	98.09.15.20.09.18;	author sos;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove LKM's depricated by modules.
@
text
@#	$Id: Makefile,v 1.2 1998/09/15 20:14:11 sos Exp $

.PATH:	${.CURDIR}/../../sys/i386/isa
KMOD	=	vesa_mod
SRCS	=	vesa.c scvesactl.c sc.h opt_vesa.h opt_vm86.h
NOMAN	=
CFLAGS	+=	-DVESA_MODULE
CLEANFILES +=	sc.h opt_vesa.h opt_vm86.h

sc.h:
	echo "#define NSC 1" > sc.h

opt_vesa.h:
	echo "#define VESA 1" > opt_vesa.h

opt_vm86.h:
	echo "#define VM86 1" > opt_vm86.h

.include <bsd.kmod.mk>
@


1.2
log
@Double oops, committed the wrong Makefile ata that, fixed.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1998/09/15 20:09:18 sos Exp $
@


1.1
log
@Oops for the Makefile for the VESA lkm
@
text
@d1 1
a1 1
#	$Id: $
d3 1
a3 1
.PATH:	${.CURDIR}/../../../sys/i386/isa
@
