From 37e29448ea19a6e2d7933e9f876d5f1e962dcf75 Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Wed, 27 Jun 2018 22:15:50 +0000 Subject: Fix typo in top-level Makefile Submitted by: Ben Widawsky MFC after: 3 days X-MFC-to: stable/11 stable/10 Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/P186 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 23a6113dddca..d626061f249b 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 -- cgit v1.2.3