summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorcokane <cokane@FreeBSD.org>2000-08-06 18:56:46 +0000
committercokane <cokane@FreeBSD.org>2000-08-06 18:56:46 +0000
commitf5d3ac5bb1589a2dc0ad84bdcafba1699ae8db43 (patch)
tree25f0a4f0162a86c0102d00dd54c81080d91fc877 /sys
parent743aa0c1db42335c91c6b33060a3a377bc5d43ee (diff)
downloadFreeBSD-src-f5d3ac5bb1589a2dc0ad84bdcafba1699ae8db43.zip
FreeBSD-src-f5d3ac5bb1589a2dc0ad84bdcafba1699ae8db43.tar.gz
Fix clean to remove pci.h
Numerous style fixes Submitted by: Marcel Moolenaar <marcel@cup.hp.com>
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/3dfx/Makefile18
1 files changed, 11 insertions, 7 deletions
diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile
index 502328b..bbd7fd7 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
OpenPOWER on IntegriCloud