diff options
Diffstat (limited to 'sys/modules/aha/Makefile')
-rw-r--r-- | sys/modules/aha/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/aha/Makefile b/sys/modules/aha/Makefile index 44b4f93540bd..36c7359d2aa6 100644 --- a/sys/modules/aha/Makefile +++ b/sys/modules/aha/Makefile @@ -6,7 +6,9 @@ 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" > opt_scsi.h +.endif .include <bsd.kmod.mk> |