freebsd-skq/sys/modules/vesa/Makefile

9 lines
173 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
1998-09-15 20:09:18 +00:00
NOMAN =
.include "${.CURDIR}/../../conf/kmod.mk"