[scripts][make-parallel] add uname cases for netbsd and openbsd as well

This commit is contained in:
Travis Geiselbrecht
2022-02-10 22:48:14 -08:00
parent 3db7e86b59
commit 8ed7d0fc70

View File

@@ -13,7 +13,7 @@ Linux)
Darwin)
PARALLEL=-j`sysctl -n hw.ncpu`
;;
FreeBSD)
FreeBSD|NetBSD|OpenBSD)
PARALLEL=-j`sysctl -n hw.ncpu`
MAKE=gmake
;;