freebsd-dev/usr.sbin/cpucontrol/Makefile
Dimitry Andric 5207dac8ba Use NO_WCAST_ALIGN for usr.sbin/cpucontrol; because this is only built
for x86, any alignment warnings can be safely ignored.

MFC after:	1 week
2011-12-17 19:58:48 +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>