Deleted Added
sdiff udiff text old ( 156260 ) new ( 241828 )
full compact
1# $FreeBSD: head/sys/modules/3dfx/Makefile 241828 2012-10-22 02:12:11Z eadler $
2
3.PATH: $(.CURDIR)/../../dev/tdfx
4
5KMOD= 3dfx
6SRCS= bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
7 tdfx_vars.h tdfx_pci.c
8INCSRC= ../../sys
9
10# Uncomment this for debugging messages
11#CFLAGS+= -DDEBUG
12
13.include <bsd.kmod.mk>