aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/aha/Makefile
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-02-10 00:38:08 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-02-10 00:38:08 +0000
commitf6ee2913053fae980acb28ff2a09726dcfc90ff0 (patch)
treec2e34ba259cb8716201a2cc717f64121fa050c9c /sys/modules/aha/Makefile
parent55d6ab05352b64004f8bc8f8f8d66d4f726a7e2d (diff)
Notes
Diffstat (limited to 'sys/modules/aha/Makefile')
-rw-r--r--sys/modules/aha/Makefile2
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>