aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-08-27 10:01:22 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-08-27 10:01:22 +0000
commitb4bb66161e1b905e64569f73a2560ebb5541842c (patch)
treedd54a7af36573179b89dee067c974820ad5180dc
parente971ace59e7171439c936e4f6be5e5aec24d5f53 (diff)
-rw-r--r--documentation/content/en/books/developers-handbook/tools/_index.adoc11
1 files changed, 1 insertions, 10 deletions
diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc
index 22496920f7..038ee19d39 100644
--- a/documentation/content/en/books/developers-handbook/tools/_index.adoc
+++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc
@@ -655,16 +655,7 @@ as they are very complicated (and if you do look at them, make sure you have a f
`Make` is a very powerful tool, and can do much more than the simple example above shows.
Unfortunately, there are several different versions of `make`, and they all differ considerably.
The best way to learn what they can do is probably to read the documentation-hopefully this introduction will have given you a base from which you can do this.
-
-The version of make that comes with FreeBSD is the Berkeley make; there is a tutorial for it in [.filename]#/usr/src/share/doc/psd/12.make#.
-To view it, do
-
-[source,bash]
-....
-% zmore paper.ascii.gz
-....
-
-in that directory.
+The man:make[1] manual page offers a comprehensive discussion of variables, arguments, and how to use make.
Many applications in the ports use GNU make, which has a very good set of "info" pages.
If you have installed any of these ports, GNU make will automatically have been installed as `gmake`.