mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 22:23:08 +00:00
48bfd35976
This program prints the number of CPU threads it can run on, while respecting cpusets (or not, depending on switches). It aims to be compatible with nproc as found in GNU coreutils. Reviewed by: des Reviewed by: pstef Differential Revision: https://reviews.freebsd.org/D38386
5 lines
52 B
Makefile
5 lines
52 B
Makefile
PACKAGE=runtime
|
|
PROG= nproc
|
|
|
|
.include <bsd.prog.mk>
|