Deleted Added
full compact
Makefile (89260) Makefile (197025)
1# $FreeBSD: head/sys/modules/vesa/Makefile 89260 2002-01-11 15:49:02Z ru $
1# $FreeBSD: head/sys/modules/vesa/Makefile 197025 2009-09-09 09:50:31Z delphij $
2
2
3.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
4
5KMOD= vesa
3KMOD= vesa
6SRCS= vesa.c scvesactl.c opt_vga.h opt_vesa.h
4SRCS= opt_vga.h opt_vesa.h
7
5
6.PATH: ${.CURDIR}/../../dev/fb
7SRCS+= vesa.c
8
9.PATH: ${.CURDIR}/../../dev/syscons
10SRCS+= scvesactl.c
11
8.include <bsd.kmod.mk>
12.include <bsd.kmod.mk>