On 19. 11. 21., Warner Losh wrote:
> Author: imp
> Date: Thu Nov 21 15:59:33 2019
> New Revision: 354968
> URL: https://svnweb.freebsd.org/changeset/base/354968
> 
> Log:
>   Introduce bsd.sysdir.mk to consolidate looking for the kernel.
>   
>   Reviewed by: jhb
>   Differential Revision: https://reviews.freebsd.org/D22144
> 
> Added:
>   head/share/mk/bsd.sysdir.mk
>      - copied, changed from r354937, head/share/mk/bsd.kmod.mk
> Modified:
>   head/share/mk/bsd.dtb.mk
>   head/share/mk/bsd.kmod.mk
>   head/sys/conf/dtb.build.mk
>   head/sys/conf/kmod.mk

It seems you forgot to install bsd.sysdir.mk.  All device drivers in
ports tree are failing.

Index: share/mk/Makefile
===================================================================
--- share/mk/Makefile   (revision 354973)
+++ share/mk/Makefile   (working copy)
@@ -56,6 +56,7 @@ FILES=        \
        bsd.suffixes.mk \
        bsd.symver.mk \
        bsd.sys.mk \
+       bsd.sysdir.mk \
        bsd.test.mk \
        dirdeps.mk \
        dirdeps-options.mk \

Jung-uk Kim

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to