aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ahb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-09-01 23:59:00 +0000
committerWarner Losh <imp@FreeBSD.org>2008-09-01 23:59:00 +0000
commit9e51595ce660d915899019d03075d8c17f3732d3 (patch)
treef3879290a2a415b707c0fc6df509bc783d30abf6 /sys/modules/ahb
parenteaeb50d411b0b61ad58228701d5dea647746f678 (diff)
Notes
Diffstat (limited to 'sys/modules/ahb')
-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 d015237b3bf4..2616226cbcc3 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>