Deleted Added
full compact
Makefile (182668) Makefile (217070)
1# $FreeBSD: head/sys/modules/ahb/Makefile 182668 2008-09-01 23:59:00Z imp $
1# $FreeBSD: head/sys/modules/ahb/Makefile 217070 2011-01-06 21:04:00Z imp $
2
3.PATH: ${.CURDIR}/../../dev/ahb
4
5KMOD= ahb
2
3.PATH: ${.CURDIR}/../../dev/ahb
4
5KMOD= ahb
6SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h opt_scsi.h
6SRCS= ahb.c opt_cam.h device_if.h bus_if.h eisa_if.h
7
7
8.if !defined(KERNBUILDDIR)
9opt_scsi.h:
10 echo "#define SCSI_DELAY 15000" > ${.TARGET}
11.endif
12
13.include <bsd.kmod.mk>
8.include <bsd.kmod.mk>