From c269c9fb36040d129558f61fa26bf3745100a4ff Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 6 Jan 2001 14:00:42 +0000 Subject: Use a consistent style and one much closer to the rest of /usr/src --- sys/modules/amr/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'sys/modules/amr') diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile index d2fd388..b014d27 100644 --- a/sys/modules/amr/Makefile +++ b/sys/modules/amr/Makefile @@ -1,17 +1,18 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../dev/amr -KMOD = amr -SRCS = amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h +.PATH: ${.CURDIR}/../../dev/amr + +KMOD= amr +SRCS= amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h # SCSI passthrough support for non-disk devices -#CFLAGS += -DAMR_SCSI_PASSTHROUGH -#SRCS += amr_cam.c opt_cam.h opt_scsi.h +#CFLAGS+= -DAMR_SCSI_PASSTHROUGH +#SRCS+= amr_cam.c opt_cam.h opt_scsi.h # Enable a questionable optimisation for newer adapters -#CFLAGS += -DAMR_QUARTZ_GOFASTER +#CFLAGS+= -DAMR_QUARTZ_GOFASTER # Debugging -#CFLAGS += -DAMR_DEBUG=3 +#CFLAGS+= -DAMR_DEBUG=3 .include -- cgit v1.1