1# $FreeBSD$ 2 3KMOD= vesa 4SRCS= opt_vga.h opt_vesa.h 5SRCS+= bus_if.h device_if.h pci_if.h 6 7.PATH: ${.CURDIR}/../../dev/fb 8SRCS+= vesa.c 9 10.PATH: ${.CURDIR}/../../dev/syscons 11SRCS+= scvesactl.c 12 13.include <bsd.kmod.mk> 14