8f8e587948
modular compilation harder. I'm doing this because people seem to like cut/pasting examples of bad practices in existing code.
9 lines
155 B
Makefile
9 lines
155 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
|
|
KMOD = vesa
|
|
SRCS = vesa.c scvesactl.c opt_vga.h
|
|
NOMAN =
|
|
|
|
.include <bsd.kmod.mk>
|