From 429c9f4425ba877e31330992f08daffed9960ab6 Mon Sep 17 00:00:00 2001 From: dteske Date: Wed, 4 Jul 2018 03:22:44 +0000 Subject: [PATCH] MFC SVN r335750: Fix typo in top-level Makefile Submitted by: Ben Widawsky Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/P186 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3984b7b4638..af17638f9da 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} MK_AUTO_OBJ=no ${MAKE} \ # 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 -- 2.45.0