]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cpuctl/Makefile
MFC r347276:
[FreeBSD/FreeBSD.git] / sys / modules / cpuctl / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/cpuctl
4
5 KMOD=   cpuctl
6 SRCS=   cpuctl.c
7
8 .include <bsd.kmod.mk>