Makefile revision 70704
1# $FreeBSD: head/sys/modules/s3/Makefile 70704 2001-01-06 06:20:54Z kuriyama $
2
3.PATH:	${.CURDIR}/../../dev/fb
4KMOD		= s3
5SRCS		= device_if.h bus_if.h isa_if.h pci_if.h
6SRCS		+= s3_pci.c
7KMODDEPS 	= vesa
8
9.include <bsd.kmod.mk>
10