diff options
| author | Coleman Kane <cokane@FreeBSD.org> | 2000-06-22 05:47:16 +0000 |
|---|---|---|
| committer | Coleman Kane <cokane@FreeBSD.org> | 2000-06-22 05:47:16 +0000 |
| commit | a7769538cce4bfd9bc227d571cdb573581907ed0 (patch) | |
| tree | 885a4968c445a37ae5eb8eb5a500c9cabe5c01b6 /sys/modules/3dfx | |
| parent | 9147e09e649dee924255bdeb08264eae09bfbd0f (diff) | |
Notes
Diffstat (limited to 'sys/modules/3dfx')
| -rw-r--r-- | sys/modules/3dfx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile index 6f97d3ea006dd..d5cfd09da9bdc 100644 --- a/sys/modules/3dfx/Makefile +++ b/sys/modules/3dfx/Makefile @@ -1,3 +1,4 @@ +# $FreeBSD$ .PATH: $(.CURDIR)/../../dev/tdfx KMOD = tdfx NOMAN = YES @@ -6,13 +7,12 @@ SRCS = opt_tdfx.h pci.h bus_if.h pci_if.h device_if.h tdfx_pci.h tdfx_io.h\ INCSRC = ../../sys # Uncomment this for debugging messages -TDFX_VERBOSE = "\#define TDFX_VERBOSE" +#CFLAGS += -DDEBUG -# kludge to allow opt_tdfx.h to exist -pci.h: opt_tdfx.h +pci.h: echo "#define NPCI 1" > pci.h opt_tdfx.h: - echo $(TDFX_VERBOSE) > opt_tdfx.h + touch opt_tdfx.h .include <bsd.kmod.mk> |
