Makefile revision 70708
1# $FreeBSD: head/sys/modules/s3/Makefile 70708 2001-01-06 09:44:30Z asmodai $
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
8
9.include <bsd.kmod.mk>
10