# $FreeBSD: src/sys/modules/ahb/Makefile,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .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