summaryrefslogtreecommitdiff
path: root/sys/modules/aha
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-02-04 16:45:39 +0000
committerWarner Losh <imp@FreeBSD.org>2001-02-04 16:45:39 +0000
commit1bd4d8627552bad0c83690784853687d458952e2 (patch)
treeffa68b14cb4e14e22dbd5e2db89273f93d11d7b0 /sys/modules/aha
parent37d400662666a604243e587c70d492fe357d150a (diff)
Notes
Diffstat (limited to 'sys/modules/aha')
-rw-r--r--sys/modules/aha/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/modules/aha/Makefile b/sys/modules/aha/Makefile
index 48b6b2ca4fa5..44b4f93540bd 100644
--- a/sys/modules/aha/Makefile
+++ b/sys/modules/aha/Makefile
@@ -3,12 +3,8 @@
.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 \
+SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \
opt_scsi.h isa_if.h
-CLEANFILES= aha.h
-
-aha.h:
- echo "#define NAHA 1" > aha.h
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > opt_scsi.h