1# $FreeBSD$ 2 3PROG= cpucontrol 4MAN= cpucontrol.8 5SRCS= cpucontrol.c intel.c amd.c 6 7.include <bsd.prog.mk> 8