summaryrefslogtreecommitdiffstats
path: root/sys/modules/aha
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/aha
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/aha')
-rw-r--r--sys/modules/aha/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/modules/aha/Makefile b/sys/modules/aha/Makefile
index a133522..48b6b2c 100644
--- a/sys/modules/aha/Makefile
+++ b/sys/modules/aha/Makefile
@@ -1,10 +1,11 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/aha
-KMOD = aha
-SRCS = aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h aha.h \
+.PATH: ${.CURDIR}/../../dev/aha
+
+KMOD= aha
+SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h aha.h \
opt_scsi.h isa_if.h
-CLEANFILES = aha.h
+CLEANFILES= aha.h
aha.h:
echo "#define NAHA 1" > aha.h
OpenPOWER on IntegriCloud