Deleted Added
full compact
Makefile (66710) Makefile (70711)
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
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
7
4
5KMOD= vesa
6SRCS= vesa.c scvesactl.c opt_vga.h opt_vesa.h
7NOMAN=
8
8.include <bsd.kmod.mk>
9.include <bsd.kmod.mk>