9 lines
131 B
Makefile
9 lines
131 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/k8temp
|
|
|
|
KMOD= k8temp
|
|
SRCS= k8temp.c bus_if.h device_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|