mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
7 lines
105 B
Makefile
7 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= cpucontrol
|
|
MAN= cpucontrol.8
|
|
SRCS= cpucontrol.c intel.c amd.c
|
|
|
|
.include <bsd.prog.mk>
|