]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/amdtemp/Makefile
bhyvectl(8): Normalize the man page date
[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>