1.PATH: ${SRCTOP}/sys/dev/tdfx 2 3KMOD= 3dfx 4SRCS= bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\ 5 tdfx_vars.h tdfx_pci.c 6 7# Uncomment this for debugging messages 8#CFLAGS+= -DDEBUG 9 10.include <bsd.kmod.mk> 11