diff options
| author | Coleman Kane <cokane@FreeBSD.org> | 2000-08-06 18:56:46 +0000 |
|---|---|---|
| committer | Coleman Kane <cokane@FreeBSD.org> | 2000-08-06 18:56:46 +0000 |
| commit | c546ab551c899f67d058ccfc4d35df16aacf4720 (patch) | |
| tree | 2ebe531beabe59f4a0b22bdf04bb82f290996703 /sys/modules/3dfx | |
| parent | 6c1146c0b8aa5e183abe11025d8d090798169933 (diff) | |
Notes
Diffstat (limited to 'sys/modules/3dfx')
| -rw-r--r-- | sys/modules/3dfx/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile index 502328be4093..bbd7fd7aade0 100644 --- a/sys/modules/3dfx/Makefile +++ b/sys/modules/3dfx/Makefile @@ -1,16 +1,20 @@ # $FreeBSD$ .PATH: $(.CURDIR)/../../dev/tdfx -KMOD = 3dfx -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 +MAINTAINER= cokane@FreeBSD.org +KMOD= 3dfx +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 + +CLEANFILES= pci.h # This line enables linux ioctl handling by default # comment out if you don't want it -TDFX_OPTS = "\#define TDFX_LINUX" +TDFX_OPTS= "\#define TDFX_LINUX" + # Uncomment this for debugging messages -#CFLAGS += -DDEBUG +#CFLAGS+= -DDEBUG pci.h: echo "#define NPCI 1" > pci.h |
