Hi, The handbook still mentions a tutorial about BSD make in /usr/share/doc/psd/12.make. As mentionned in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219471, pmake is no longer used. It's located in "I. Basics/2. Programming Tools/2.5. Make".
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=b4bb66161e1b905e64569f73a2560ebb5541842c commit b4bb66161e1b905e64569f73a2560ebb5541842c Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2023-08-27 10:01:22 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-08-27 10:01:22 +0000 Developers Handboo: Tools, remove reference to pmake PR: 252938 Submitted by: Alexis Praga <alexis.praga@proton.me> .../content/en/books/developers-handbook/tools/_index.adoc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-)
Reference removed, I pointed users to use the make manual page. Sorry for the delay.