]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/trm/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / trm / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/trm
4
5 KMOD=   trm
6 SRCS=   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)
10 opt_scsi.h:
11         echo "#define SCSI_DELAY 15000" > ${.TARGET}
12 .endif
13
14 .include <bsd.kmod.mk>