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