From f5d3ac5bb1589a2dc0ad84bdcafba1699ae8db43 Mon Sep 17 00:00:00 2001 From: cokane Date: Sun, 6 Aug 2000 18:56:46 +0000 Subject: Fix clean to remove pci.h Numerous style fixes Submitted by: Marcel Moolenaar --- sys/modules/3dfx/Makefile | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'sys') 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 -- cgit v1.1