summaryrefslogtreecommitdiffstats
path: root/sys/modules/aha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/aha/Makefile')
-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