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