diff options
Diffstat (limited to 'sys/modules/aha')
-rw-r--r-- | sys/modules/aha/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/modules/aha/Makefile b/sys/modules/aha/Makefile index 24d356c..28bef14 100644 --- a/sys/modules/aha/Makefile +++ b/sys/modules/aha/Makefile @@ -4,11 +4,6 @@ KMOD= aha SRCS= aha.c aha_isa.c ahareg.h opt_cam.h device_if.h bus_if.h \ - opt_scsi.h isa_if.h - -.if !defined(KERNBUILDDIR) -opt_scsi.h: - echo "#define SCSI_DELAY 15000" > ${.TARGET} -.endif + isa_if.h .include <bsd.kmod.mk> |