diff options
Diffstat (limited to 'bin/nproc/Makefile')
-rw-r--r-- | bin/nproc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/nproc/Makefile b/bin/nproc/Makefile new file mode 100644 index 000000000000..2a57083b9d40 --- /dev/null +++ b/bin/nproc/Makefile @@ -0,0 +1,4 @@ +PACKAGE=runtime +PROG= nproc + +.include <bsd.prog.mk> |