mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 17:52:43 +00:00
5207dac8ba
for x86, any alignment warnings can be safely ignored. MFC after: 1 week
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>
|