macOS
brew install bsdmakelocal Homebrew formula metadata
sudo port install bsdmakeMacPorts ports tree · devel/bsdmake/Portfile · 来源: api.github.com
安装
brew install bsdmakelocal Homebrew formula metadata
sudo port install bsdmakeMacPorts ports tree · devel/bsdmake/Portfile · 来源: api.github.com
概览
BSD version of the Make build tool
历史
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.
安全态势
generalized runtime or code generation signal.
yellow 风险 · 中 置信度 · runtime
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bsdmake | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/apple-oss-distributions/bsdmake
安装元数据
| 软件包键 | brew:bsdmake |
|---|---|
| 版本 | 24 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/bsdmake |
| 主页 | https://opensource.apple.com/ |
| 仓库 | https://github.com/apple-oss-distributions/bsdmake |
| 上游文档 | https://github.com/apple-oss-distributions/bsdmake/blob/main/make.1 |
| 许可证 | BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause-UC |
| 源码归档 | https://github.com/apple-oss-distributions/bsdmake/archive/refs/tags/bsdmake-24.tar.gz |
| 最后更新 | 2026-07-10T11:27:23-04:00 |
| Pulse | updated |
| Bottle | 可用 (于 arm64_big_sur, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bsdmake |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
bsdmake
sudo port install bsdmake来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.