aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/porters-handbook/special
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-07-16 11:09:44 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-07-16 11:09:44 +0000
commite126d8fe2804d4e36bf427381a017def8304da94 (patch)
treeb5670995bafc3ac3c28aa56f062f9edacd373b62 /documentation/content/en/books/porters-handbook/special
parent4f1190f0f41ff0f8580a2bd858507defbe6014ad (diff)
downloaddoc-e126d8fe2804d4e36bf427381a017def8304da94.tar.gz
doc-e126d8fe2804d4e36bf427381a017def8304da94.zip
Diffstat (limited to 'documentation/content/en/books/porters-handbook/special')
-rw-r--r--documentation/content/en/books/porters-handbook/special/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc
index ef2778f0a5..db9cbf3d32 100644
--- a/documentation/content/en/books/porters-handbook/special/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/special/_index.adoc
@@ -337,7 +337,7 @@ Otherwise, it is almost impossible to either fix the problem, or test if it has
[[using-make]]
=== `make`, `gmake`, and `imake`
-Several differing `make` implementations exist. Ported software often requires a particular implementation, like GNU`make`, known in FreeBSD as `gmake`.
+Several differing `make` implementations exist. Ported software often requires a particular implementation, like GNU `make`, known in FreeBSD as `gmake`.
If the port uses GNU make, add `gmake` to `USES`.