]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/3dfx/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / 3dfx / Makefile
1 # $FreeBSD$
2
3 .PATH: $(.CURDIR)/../../dev/tdfx
4
5 KMOD=   3dfx
6 SRCS=   bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
7         tdfx_vars.h tdfx_pci.c
8 INCSRC= ../../sys
9
10 # Uncomment this for debugging messages
11 #CFLAGS+=       -DDEBUG
12
13 .include <bsd.kmod.mk>