diff options
author | Sohaib Mohamed <sohaib.amhmd@gmail.com> | 2021-10-07 09:50:51 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2022-04-03 20:12:33 +0000 |
commit | 4fc78d72462867548b0294ec6e53ef22b9eb7e6c (patch) | |
tree | 983d442c0073e69e8ffa4eaadd25b6490c46aadb | |
parent | 7233fc956edc31002c2e8f38ce30dda6b972f24c (diff) |
-rw-r--r-- | documentation/content/en/books/developers-handbook/tools/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/developers-handbook/tools/_index.adoc b/documentation/content/en/books/developers-handbook/tools/_index.adoc index c13521edc9..e94ebd62cb 100644 --- a/documentation/content/en/books/developers-handbook/tools/_index.adoc +++ b/documentation/content/en/books/developers-handbook/tools/_index.adoc @@ -656,7 +656,7 @@ as they are very complicated (and if you do look at them, make sure you have a f 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/share/doc/psd/12.make#. +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] |