1181430Sstas# $FreeBSD: releng/10.3/sys/modules/cpuctl/Makefile 181430 2008-08-08 16:26:53Z stas $
2181430Sstas
3181430Sstas.PATH: ${.CURDIR}/../../dev/cpuctl
4181430Sstas
5181430SstasKMOD=	cpuctl
6181430SstasSRCS=	cpuctl.c
7181430Sstas
8181430Sstas.include <bsd.kmod.mk>
9