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