summaryrefslogtreecommitdiffstats
path: root/sys/modules/cam
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc269c9fb36040d129558f61fa26bf3745100a4ff (patch)
tree363eeb0167be52153e02cd0c80ecf406e8f2d99c /sys/modules/cam
parente68548a9cc79e93cd770bd33d505fa2347aa5bf4 (diff)
downloadFreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.zip
FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.tar.gz
Use a consistent style and one much closer to the rest of /usr/src
Diffstat (limited to 'sys/modules/cam')
-rw-r--r--sys/modules/cam/Makefile49
1 files changed, 25 insertions, 24 deletions
diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile
index 2075d39..ff90f81 100644
--- a/sys/modules/cam/Makefile
+++ b/sys/modules/cam/Makefile
@@ -1,33 +1,34 @@
-# $FreeBSD$
+# $FreeBSD$
-MAINTAINER = n_hibma@freebsd.org
-S = ${.CURDIR}/../..
+MAINTAINER= n_hibma@freebsd.org
+S= ${.CURDIR}/../..
-.PATH: $S/cam $S/cam/scsi
-KMOD = cam
+.PATH: $S/cam $S/cam/scsi
+
+KMOD= cam
# See sys/conf/options for the flags that go into the different opt_*.h files.
-SRCS = opt_cam.h
-SRCS += opt_scsi.h
-SRCS += opt_cd.h
-SRCS += opt_hw_wdog.h
-SRCS += opt_pt.h
-SRCS += opt_sa.h
-SRCS += opt_ses.h
-SRCS += device_if.h bus_if.h
-SRCS += cam.c cam_extend.c cam_periph.c cam_queue.c
-SRCS += cam_sim.c cam_xpt.c
-SRCS += scsi_all.c scsi_cd.c scsi_ch.c
-SRCS += scsi_da.c
-SRCS += scsi_pass.c
-SRCS += scsi_pt.c
-SRCS += scsi_sa.c
-SRCS += scsi_ses.c
-SRCS += scsi_targ_bh.c scsi_target.c
+SRCS= opt_cam.h
+SRCS+= opt_scsi.h
+SRCS+= opt_cd.h
+SRCS+= opt_hw_wdog.h
+SRCS+= opt_pt.h
+SRCS+= opt_sa.h
+SRCS+= opt_ses.h
+SRCS+= device_if.h bus_if.h
+SRCS+= cam.c cam_extend.c cam_periph.c cam_queue.c
+SRCS+= cam_sim.c cam_xpt.c
+SRCS+= scsi_all.c scsi_cd.c scsi_ch.c
+SRCS+= scsi_da.c
+SRCS+= scsi_pass.c
+SRCS+= scsi_pt.c
+SRCS+= scsi_sa.c
+SRCS+= scsi_ses.c
+SRCS+= scsi_targ_bh.c scsi_target.c
-NOMAN =
+NOMAN=
opt_scsi.h:
- echo '#define SCSI_DELAY 15000' > opt_scsi.h
+ echo '#define SCSI_DELAY 15000' > opt_scsi.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud