freebsd-dev/usr.sbin/cpucontrol/Makefile
Eitan Adler e8c6172f10 While 'make universe' passed this didn't work with clang.
This reverts r242120

Submitted by:	Jan Beich
Approved by: cperciva (implicit)
2012-10-26 20:25:05 +00:00

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>