xref: /NextBSD/sys/modules/amdtemp/Makefile (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
1# $FreeBSD$
2
3.PATH:	${.CURDIR}/../../dev/amdtemp
4
5KMOD=	amdtemp
6SRCS=	amdtemp.c bus_if.h device_if.h pci_if.h
7
8.include <bsd.kmod.mk>
9