xref: /freebsd/sys/modules/3dfx/Makefile (revision c8c3fc568f8fc2452af398e08d1f11f001d45a4c)
1# $FreeBSD$
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