While 'make universe' passed this didn't work with clang.

This reverts r242120

Submitted by:	Jan Beich
Approved by: cperciva (implicit)
This commit is contained in:
Eitan Adler 2012-10-26 20:25:05 +00:00
parent 4e359efd5b
commit e8c6172f10
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242159

View File

@ -4,4 +4,6 @@ PROG= cpucontrol
MAN= cpucontrol.8
SRCS= cpucontrol.c intel.c amd.c via.c
NO_WCAST_ALIGN=
.include <bsd.prog.mk>