From a654d072959982a88cfbd609921641d85a8eb50c Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 16 Oct 1998 04:30:52 +0000 Subject: Sample initial set of kld-ified modules. Not all have been completely converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting) --- sys/modules/vesa/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/modules/vesa') diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile index ae9662f40aaac..62dd4bc141e6e 100644 --- a/sys/modules/vesa/Makefile +++ b/sys/modules/vesa/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.1 1998/09/15 20:09:18 sos Exp $ +# $Id: Makefile,v 1.2 1998/09/15 20:14:11 sos Exp $ -.PATH: ${.CURDIR}/../../sys/i386/isa -KMOD = vesa_mod +.PATH: ${.CURDIR}/../../i386/isa +KMOD = vesa SRCS = vesa.c scvesactl.c sc.h opt_vesa.h opt_vm86.h NOMAN = CFLAGS += -DVESA_MODULE -- cgit v1.3