3ed78c6696
propagated from the kernel config file to the source. - Add some more debug messages to list each mode that is rejected or found.
9 lines
166 B
Makefile
9 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
|
|
KMOD = vesa
|
|
SRCS = vesa.c scvesactl.c opt_vga.h opt_vesa.h
|
|
NOMAN =
|
|
|
|
.include <bsd.kmod.mk>
|