MFC SVN r335750: Fix typo in top-level Makefile

Submitted by:	Ben Widawsky <ben.widawsky@intel.com>
Sponsored by:	Smule, Inc.
Differential Revision:	https://reviews.freebsd.org/P186
This commit is contained in:
Devin Teske 2018-07-04 03:22:44 +00:00
parent 0da88cf198
commit 8eed4a37da

View File

@ -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