Deleted Added
full compact
Makefile (201390) Makefile (228436)
1# $FreeBSD: head/usr.sbin/cpucontrol/Makefile 201390 2010-01-02 11:07:44Z ed $
1# $FreeBSD: head/usr.sbin/cpucontrol/Makefile 228436 2011-12-12 12:30:44Z fabient $
2
3PROG= cpucontrol
4MAN= cpucontrol.8
2
3PROG= cpucontrol
4MAN= cpucontrol.8
5SRCS= cpucontrol.c intel.c amd.c
5SRCS= cpucontrol.c intel.c amd.c via.c
6
7.include <bsd.prog.mk>
6
7.include <bsd.prog.mk>