Deleted Added
full compact
Makefile (70708) Makefile (70711)
1# $FreeBSD: head/sys/modules/s3/Makefile 70708 2001-01-06 09:44:30Z asmodai $
1# $FreeBSD: head/sys/modules/s3/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3.PATH: ${.CURDIR}/../../dev/fb
4KMOD = s3
5SRCS = device_if.h bus_if.h isa_if.h pci_if.h \
6 s3_pci.c
7KMODDEPS = vesa
3.PATH: ${.CURDIR}/../../dev/fb
8
4
5KMOD= s3
6SRCS= device_if.h bus_if.h isa_if.h pci_if.h \
7 s3_pci.c
8KMODDEPS= vesa
9
9.include <bsd.kmod.mk>
10.include <bsd.kmod.mk>