]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/trm/Makefile
Update compiler-rt to trunk r224034. This brings a number of new
[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 .include <bsd.kmod.mk>