Automic VaultAutomic Vault

brew

bmake を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

bmake のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install bmake

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install bmake

MacPorts ports tree · devel/bmake/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add bmake

Alpine Linux edge package indexes · bmake · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install bmake

Debian stable package indexes · bmake · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install bmake

Fedora Rawhide package metadata · bmake · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#bmake

nixpkgs package indexes · pkgs/by-name/bm/bmake/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S bmake

Arch Linux sync databases · bmake · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install bmake

openSUSE Tumbleweed package metadata · bmake · ソース: download.opensuse.org

概要

パッケージ概要

Portable version of NetBSD make(1)

コマンドとエイリアス

  • bmake

履歴

プロジェクトの歴史と使われ方

bmake is Simon J. Gerraty's portable distribution of NetBSD make, packaged so systems outside NetBSD can use the BSD make dialect and the /usr/share/mk-style build framework.

プロジェクトの歴史

NetBSD make descends from the BSD make family rather than GNU make. bmake packages that implementation for other Unix-like systems, preserving the conditionals, variable modifiers, include behavior, and .mk conventions expected by BSD makefiles.

The bmake documentation describes a portable build that tracks NetBSD make while being installable as a separate command. The separate name matters because many systems already reserve make for GNU make, vendor make, or another platform make.

The tool is maintained by Simon J. Gerraty, who has long maintained the portable bmake distribution and related mk files used to bring NetBSD-style builds to non-NetBSD hosts.

採用の歴史

bmake's biggest adoption channel is pkgsrc. The official pkgsrc guide tells users on systems other than NetBSD to use bmake after bootstrapping, and NetBSD's package documentation says bmake is required for correct pkgsrc operation on non-NetBSD systems.

Because pkgsrc targets many Unix-like systems, bmake became a quiet portability layer for package builds on Linux, macOS, Solaris/illumos, the BSDs, and other platforms where /usr/bin/make is not NetBSD make.

It is also packaged directly by Homebrew, MacPorts, Debian/Ubuntu, Fedora, Arch, Alpine, openSUSE, and Nix, which makes it easy to test BSD makefiles without installing a full pkgsrc tree.

使われ方

Typical direct use is simply bmake in a source tree whose Makefile expects BSD make semantics. In pkgsrc workflows, users run bmake install, bmake clean, and related package targets after bootstrap.

bmake reads local makefile/Makefile inputs and system .mk includes such as sys.mk, so it is both a build command and an interpreter for a particular makefile language.

パッケージ好きにとっての重要性

bmake is package-nerd-significant because it explains why portable packaging systems do not all standardize on GNU make. pkgsrc needs one make dialect everywhere, so it carries the make implementation with the packaging framework.

It is also a reminder that make is not one language. Subtle differences in conditionals, suffix rules, includes, variable expansion, and predefined .mk files can decide whether a cross-platform package build is reproducible or mysterious.

For Homebrew users, bmake is mostly a compatibility and archaeology tool: it lets macOS users build or inspect software written for NetBSD/pkgsrc conventions without repointing the system make.

タイムライン

  • 1990s: NetBSD continues the BSD make lineage as part of the base system.
  • 1998: pkgsrc ships with NetBSD 1.3 and later becomes a major driver for portable NetBSD make usage.
  • 2000s: bmake is distributed as a portable form of NetBSD make for non-NetBSD pkgsrc and standalone builds.
  • 2010s-2020s: pkgsrc documentation continues to direct non-NetBSD users to the bootstrapped bmake command.

Related projects

  • NetBSD make: the upstream make implementation bmake packages for portable use.
  • pkgsrc: the NetBSD packages collection and bmake's most important adoption path.
  • BSD make and FreeBSD make: related BSD make dialects with overlapping history but different platform defaults.
  • GNU make: the dominant make implementation on many Linux systems and the tool bmake commonly coexists with.

セキュリティ状態

保護ツール対応はまだ見つかっていません

bmake に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
./makefile./Makefile/usr/share/mk/sys.mk

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
bmakecliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版20260704
マネージャ更新日2026-07-05
ローカルデータOK
上流not checked
検出された最新未検出

https://www.crufty.net/help/sjg/bmake.html

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:bmake
バージョン20260704
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/bmake
ホームページhttps://www.crufty.net/help/sjg/bmake.html
上流ドキュメントhttps://www.crufty.net/help/sjg/bmake.html
ライセンスBSD-3-Clause
ソースアーカイブhttps://www.crufty.net/ftp/pub/sjg/bmake-20260704.tar.gz
最終更新2026-07-05T09:17:33Z
Pulseupdated
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebmake
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

bmake 20200710-17

NetBSD make

https://www.crufty.net/help/sjg/bmake.html

sudo apt install bmake
  • Section: devel
  • Architecture: amd64
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bmake
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bmake from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

bmake

nix profile install nixpkgs#bmake
  • normalized package name match
  • 一致条件: Bmake
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bm/bmake/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

bmake 20200710-16

NetBSD make

https://www.crufty.net/help/sjg/bmake.html

sudo apt install bmake
  • Section: universe/devel
  • Architecture: amd64
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bmake
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bmake from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

bmake 20260508-r0

Portable version of the NetBSD make build tool

https://www.crufty.net/help/sjg/bmake.html

sudo apk add bmake
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: bmake
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bmake
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bmake from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

bmake-doc 20260508-r0

Portable version of the NetBSD make build tool (documentation)

https://www.crufty.net/help/sjg/bmake.html

sudo apk add bmake-doc
  • License: BSD-2-Clause
  • Architecture: x86_64
  • Source Package: bmake
  • normalized package name match
  • 一致条件: Bmake
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bmake-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

bmake 20230711-10.fc44

The NetBSD make(1) tool

https://ftp.netbsd.org/pub/NetBSD/misc/sjg/

sudo dnf install bmake
  • License: BSD-3-Clause AND BSD-4-Clause-UC AND BSD-2-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bmake
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bmake
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bmake from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mk-files 20230711-10.fc44

Support files for bmake, the NetBSD make(1) tool

https://ftp.netbsd.org/pub/NetBSD/misc/sjg/

sudo dnf install mk-files
  • License: BSD-3-Clause AND BSD-4-Clause-UC AND BSD-2-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: bmake
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bmake
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mk-files from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

bmake 20260508-1

Portable version of the NetBSD make build tool

https://www.crufty.net/help/sjg/bmake.html

sudo pacman -S bmake
  • License: BSD-3-Clause
  • Architecture: x86_64
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Bmake
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: bmake from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

bmake 20230723-1.9

The NetBSD make(1) tool

https://ftp.NetBSD.org/pub/NetBSD/misc/sjg/

sudo zypper install bmake
  • License: BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause
  • Category: Development/Tools/Building
  • Architecture: x86_64
  • Source Package: bmake
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bmake
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bmake from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

bmake

sudo port install bmake
  • normalized package name match
  • 一致条件: Bmake
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/bmake/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment