mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
apmconf(8) was merged into apm(8) back in 2000 and this note and MLINK were added as a transition aid, but that aid is no longer needed.
7 lines
89 B
Makefile
7 lines
89 B
Makefile
PROG= apm
|
|
MAN= apm.8
|
|
MANSUBDIR= /${MACHINE_CPUARCH}
|
|
|
|
PACKAGE=apm
|
|
|
|
.include <bsd.prog.mk>
|