Makefile revision 197025
1# $FreeBSD: head/sys/modules/vesa/Makefile 197025 2009-09-09 09:50:31Z delphij $
2
3KMOD=	vesa
4SRCS=	opt_vga.h opt_vesa.h
5
6.PATH:	${.CURDIR}/../../dev/fb
7SRCS+=	vesa.c
8
9.PATH:	${.CURDIR}/../../dev/syscons
10SRCS+=	scvesactl.c
11
12.include <bsd.kmod.mk>
13