freebsd-dev/sys/modules/vesa/Makefile

9 lines
157 B
Makefile
Raw Normal View History

1999-08-28 01:08:13 +00:00
# $FreeBSD$
1998-09-15 20:09:18 +00:00
.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
KMOD= vesa
SRCS= vesa.c scvesactl.c opt_vga.h opt_vesa.h
1998-09-15 20:09:18 +00:00
.include <bsd.kmod.mk>