Makefile revision 156260
1# $FreeBSD: head/sys/modules/3dfx/Makefile 156260 2006-03-03 21:37:38Z yar $
2
3MAINTAINER=	cokane@FreeBSD.org
4
5.PATH: $(.CURDIR)/../../dev/tdfx
6
7KMOD=	3dfx
8SRCS=	bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
9	tdfx_vars.h tdfx_pci.c
10INCSRC=	../../sys
11
12# Uncomment this for debugging messages
13#CFLAGS+=	-DDEBUG
14
15.include <bsd.kmod.mk>
16