diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-06-05 23:05:17 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-06-05 23:05:17 +0000 |
| commit | 6f4b2e7f5ce685c069694e0314882455471446a0 (patch) | |
| tree | 7b05f37aa16017e89fcbac5c45130e76179d8577 /Makefile | |
| parent | 94bb24b38701354b6a34607982483227823de864 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -103,7 +103,9 @@ # This is included so CC is set to ccache for -V, and COMPILER_TYPE/VERSION # can be cached for sub-makes. +.if ${MAKE_VERSION} >= 20140620 .include <bsd.compiler.mk> +.endif # Note: we use this awkward construct to be compatible with FreeBSD's # old make used in 10.0 and 9.2 and earlier. |
