summaryrefslogtreecommitdiffstats
path: root/sys/modules/ahb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ahb/Makefile')
-rw-r--r--sys/modules/ahb/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/ahb/Makefile b/sys/modules/ahb/Makefile
index d015237..2616226 100644
--- a/sys/modules/ahb/Makefile
+++ b/sys/modules/ahb/Makefile
@@ -3,12 +3,11 @@
.PATH: ${.CURDIR}/../../dev/ahb
KMOD= ahb
-SRCS= ahb.c opt_cam.h device_if.h bus_if.h \
- eisa_if.h opt_scsi.h
+SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h opt_scsi.h
.if !defined(KERNBUILDDIR)
opt_scsi.h:
- echo "#define SCSI_DELAY 15000" > opt_scsi.h
+ echo "#define SCSI_DELAY 15000" > ${.TARGET}
.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud