Revision 27b85a8d4d26df325e31e97be1d2f9d42fa3a98c authored by Andriy Gapon on 22 January 2010, 09:42:41 UTC, committed by Andriy Gapon on 22 January 2010, 09:42:41 UTC
1 parent aa58756
Raw File
Makefile
# $FreeBSD$

PROG=	cpucontrol
MAN=	cpucontrol.8
SRCS=	cpucontrol.c intel.c amd.c

WARNS?=	6

.include <bsd.prog.mk>
back to top