]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/trm/Makefile
This commit was generated by cvs2svn to compensate for changes in r169693,
[FreeBSD/FreeBSD.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" > opt_scsi.h
12 .endif
13
14 .include <bsd.kmod.mk>