# bsdmake を Homebrew, MacPorts でインストール

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

## インストール

```sh
sudo av install brew:bsdmake
```

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

### macOS

- Homebrew (100%):

```sh
brew install bsdmake
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bsdmake
```

  証拠: MacPorts ports tree: devel/bsdmake/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:bsdmake
- **パッケージマネージャ:** Homebrew
- **バージョン:** 24
- **ソース概要:** BSD version of the Make build tool
- **ホームページ:** <https://opensource.apple.com/>
- **リポジトリ:** <https://github.com/apple-oss-distributions/bsdmake>
- **最終更新:** 2026-07-10T11:27:23-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bsdmake (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 24
## プロジェクトの歴史と使われ方

bsdmake is Apple's packaged BSD make implementation, a descendant of the Berkeley/PWB make tradition rather than GNU make. It is a compatibility package for build systems and ports that expect BSD make semantics, makefile names, variables, and system include behavior.

### プロジェクトの歴史

The Apple open-source manual page carries Regents of the University of California copyright notices from 1990 and 1993 and an SCCS marker for Berkeley make. Its HISTORY section says a `make` command appeared in PWB UNIX, placing BSD make in the long Unix build-tool lineage.

The manual documents behavior that distinguishes BSD make from a generic `make`: it reads `sys.mk`, searches for `BSDmakefile`, `makefile`, and `Makefile`, supports `.OBJDIR`, `mkdep`, BSD-style include paths under `/usr/share/mk`, and exposes debugging and compatibility flags.

### 採用の歴史

bsdmake survives in package managers because not every makefile is written for GNU make. The provided package facts show Homebrew and MacPorts packaging, which is especially relevant on macOS where developers may need a BSD-flavored make as an explicit command.

Its adoption is mostly compatibility-driven: users install it when building older BSD-derived software, ports, or makefiles that rely on BSD make features or system makefile conventions.

### 使われ方

`bsdmake` maintains program dependencies from makefiles, with options to select makefiles, include paths, system makefile directories, variables, compatibility mode, and parallel jobs.

The command reads the first available `BSDmakefile`, `makefile`, or `Makefile`, and also reads `.depend` when available. Those defaults make it fit naturally into BSD source trees and ports-style builds.

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

bsdmake matters because `make` is not one portable language in practice. Packaging BSD make separately lets build recipes declare the dialect they need instead of hoping the system `make` happens to match.

For package maintainers, it is one of those old tools that prevents a surprising amount of build breakage: boring, small, and valuable precisely because it preserves historical semantics.

### タイムライン

- PWB UNIX era: The manual page's HISTORY section says a make command appeared in PWB UNIX.
- 1990-1993: Berkeley copyright notices in the Apple manual page reflect the BSD lineage of this make implementation.
- 1995-06-13: The manual page includes a Berkeley SCCS marker for make.1 version 8.8.
- 2005-10-14: Apple's bsdmake manual page date records the documented command behavior shipped in this distribution.
- 2026: Provided package facts show bsdmake packaged by Homebrew and MacPorts.

### Related projects

- GNU make is the dominant alternative make dialect and the main compatibility contrast.
- NetBSD make, FreeBSD make, and OpenBSD make are close relatives in the BSD make family.
- mkdep and `/usr/share/mk` are part of the BSD build-system environment documented by the manual page.

### ソース

- <https://github.com/apple-oss-distributions/bsdmake>
- <https://raw.githubusercontent.com/apple-oss-distributions/bsdmake/main/make.1>
- source_facts.package-manager


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal

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

- MacPorts - bsdmake: normalized package name match | MacPorts ports tree: devel/bsdmake/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/bsdmake.yml](https://github.com/mxcl/pkgdb/blob/main/combined/bsdmake.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
