Deleted Added
full compact
1# $FreeBSD: head/sys/modules/vesa/Makefile 66710 2000-10-06 01:43:59Z jhb $
1# $FreeBSD: head/sys/modules/vesa/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
3.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
4KMOD = vesa
5SRCS = vesa.c scvesactl.c opt_vga.h opt_vesa.h
6NOMAN =
3.PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa
4
5KMOD= vesa
6SRCS= vesa.c scvesactl.c opt_vga.h opt_vesa.h
7NOMAN=
8
9.include <bsd.kmod.mk>