diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2018-06-27 22:15:50 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2018-06-27 22:15:50 +0000 |
| commit | 37e29448ea19a6e2d7933e9f876d5f1e962dcf75 (patch) | |
| tree | c478aee03f1332654122ddfec442f79a5617484f /Makefile | |
| parent | b8ab6593964db089369158b25ad833c0d007844a (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
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 |
