mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
34467bd762
Sponsored by: Netflix Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D43318
13 lines
192 B
Makefile
13 lines
192 B
Makefile
|
|
PROG= cpucontrol
|
|
MAN= cpucontrol.8
|
|
SRCS= cpucontrol.c intel.c amd.c amd10h.c via.c ucode_subr.c
|
|
|
|
.PATH: ${SRCTOP}/sys/x86/x86
|
|
|
|
NO_WCAST_ALIGN=
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
.include <bsd.prog.mk>
|