Makefile revision 228436
1# $FreeBSD: head/usr.sbin/cpucontrol/Makefile 228436 2011-12-12 12:30:44Z fabient $
2
3PROG=	cpucontrol
4MAN=	cpucontrol.8
5SRCS=	cpucontrol.c intel.c amd.c via.c
6
7.include <bsd.prog.mk>
8