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