1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/modules/ahb/Makefile
2004-06-29 20:50:24 +00:00

13 lines
206 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
opt_scsi.h:
echo "#define SCSI_DELAY 15000" > opt_scsi.h
.include <bsd.kmod.mk>