mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
13 lines
237 B
Makefile
13 lines
237 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ahb
|
|
|
|
KMOD= ahb
|
|
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" > ${.TARGET}
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|