diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2016-07-15 04:43:38 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2016-07-15 04:43:38 +0000 |
| commit | 507cef9302d90033257e3f0c3d79403bf43b236a (patch) | |
| tree | db3f5daeb3d00395244e9bbbf5fa23046dd22d9a /Makefile.inc1 | |
| parent | 7d590c7345c6425976ec7b6d45a9745d4a8f1ff7 (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 7efa2437474d..3d9deb86374a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1140,6 +1140,8 @@ BUILDKERNELS+= ${_kernel} .if empty(INSTALLKERNEL) && !defined(NO_INSTALLKERNEL) INSTALLKERNEL= ${_kernel} .endif +.else +.error Missing KERNCONF ${KERNCONFDIR}/${_kernel} .endif .endfor |
