]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/trm/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>