]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/amdtemp/Makefile
MFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES) objects
[FreeBSD/FreeBSD.git] / sys / modules / amdtemp / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/amdtemp
4
5 KMOD=   amdtemp
6 SRCS=   amdtemp.c bus_if.h device_if.h pci_if.h
7
8 .include <bsd.kmod.mk>