Makefile revision 256281
12061Sjkh# $FreeBSD: stable/10/sys/modules/3dfx/Makefile 241828 2012-10-22 02:12:11Z eadler $
250479Speter
32061Sjkh.PATH: $(.CURDIR)/../../dev/tdfx
438666Sjb
532427SjbKMOD=	3dfx
6111131SruSRCS=	bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
7111131Sru	tdfx_vars.h tdfx_pci.c
838666SjbINCSRC=	../../sys
938666Sjb
1038666Sjb# Uncomment this for debugging messages
1138666Sjb#CFLAGS+=	-DDEBUG
1264049Salex
1364049Salex.include <bsd.kmod.mk>
14116679Ssimokawa