1# $FreeBSD: releng/11.0/sys/modules/amdtemp/Makefile 189768 2009-03-13 16:08:08Z rpaulo $
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