mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
e8c6172f10
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>
|