]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/trm/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>