9bbb110d67
This reverts r242120 Submitted by: Jan Beich Approved by: cperciva (implicit)
10 lines
128 B
Makefile
10 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= cpucontrol
|
|
MAN= cpucontrol.8
|
|
SRCS= cpucontrol.c intel.c amd.c via.c
|
|
|
|
NO_WCAST_ALIGN=
|
|
|
|
.include <bsd.prog.mk>
|