Author: dteske Date: Wed Jul 4 03:22:44 2018 New Revision: 335926 URL: https://svnweb.freebsd.org/changeset/base/335926
Log: MFC SVN r335750: Fix typo in top-level Makefile Submitted by: Ben Widawsky <ben.widaw...@intel.com> Sponsored by: Smule, Inc. Differential Revision: https://reviews.freebsd.org/P186 Modified: stable/11/Makefile Directory Properties: stable/11/ (props changed) Modified: stable/11/Makefile ============================================================================== --- stable/11/Makefile Wed Jul 4 03:02:53 2018 (r335925) +++ stable/11/Makefile Wed Jul 4 03:22:44 2018 (r335926) @@ -181,7 +181,7 @@ _MAKEOBJDIRPREFIX!= /usr/bin/env -i PATH=${PATH} MK_AU # 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 _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"