]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/vesa/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / vesa / Makefile
1 # $FreeBSD$
2
3 KMOD=   vesa
4 SRCS=   opt_vga.h opt_vesa.h
5 SRCS+=  bus_if.h device_if.h pci_if.h
6
7 .PATH:  ${.CURDIR}/../../dev/fb
8 SRCS+=  vesa.c
9
10 .PATH:  ${.CURDIR}/../../dev/syscons
11 SRCS+=  scvesactl.c
12
13 .include <bsd.kmod.mk>