a1907d0b27
encoding the relative path.
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>
|