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/aic/Makefile | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'sys/modules/aic') diff --git a/sys/modules/aic/Makefile b/sys/modules/aic/Makefile index 56cfbb5..e0fb1ad 100644 --- a/sys/modules/aic/Makefile +++ b/sys/modules/aic/Makefile @@ -1,16 +1,17 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../dev/aic -KMOD = aic -SRCS = aic.c aic_pccard.c -SRCS += opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h -SRCS += opt_cam.h opt_scsi.h +.PATH: ${.CURDIR}/../../dev/aic + +KMOD= aic +SRCS= aic.c aic_pccard.c +SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h +SRCS+= opt_cam.h opt_scsi.h .if ${MACHINE} == "pc98" -SRCS += aic_cbus.c -CFLAGS += -DPC98 +SRCS+= aic_cbus.c +CFLAGS+= -DPC98 .else -SRCS += aic_isa.c +SRCS+= aic_isa.c .endif .include -- cgit v1.1