cokane 4246adc8fd Took TDFX_VERBOSE out of Makefile, added $FreeBSD$ and option for DEBUG.
Added a notice for linux users that the kld isn't working for them yet, so
no linux emu from the kld. It compiles statically alright though.
2000-06-22 05:47:16 +00:00

19 lines
350 B
Makefile

# $FreeBSD$
.PATH: $(.CURDIR)/../../dev/tdfx
KMOD = tdfx
NOMAN = YES
SRCS = opt_tdfx.h pci.h bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\
tdfx_vars.h tdfx_pci.c
INCSRC = ../../sys
# Uncomment this for debugging messages
#CFLAGS += -DDEBUG
pci.h:
echo "#define NPCI 1" > pci.h
opt_tdfx.h:
touch opt_tdfx.h
.include <bsd.kmod.mk>