aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2018-06-27 22:15:50 +0000
committerDevin Teske <dteske@FreeBSD.org>2018-06-27 22:15:50 +0000
commit37e29448ea19a6e2d7933e9f876d5f1e962dcf75 (patch)
treec478aee03f1332654122ddfec442f79a5617484f /Makefile
parentb8ab6593964db089369158b25ad833c0d007844a (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23a6113dddca3..d626061f249bc 100644
--- a/Makefile
+++ b/Makefile
@@ -205,7 +205,7 @@ _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} ${MAKE} MK_AUTO_OBJ=no \
# We often need to use the tree's version of make to build it.
# Choices add to complexity though.
# We cannot blindly use a make which may not be the one we want
-# so be exlicit - until all choice is removed.
+# so be explicit - until all choice is removed.
WANT_MAKE= bmake
.if !empty(.MAKE.MODE:Mmeta)
# 20160604 - support missing-meta,missing-filemon and performance improvements