Index: sys/boot/fdt/Makefile =================================================================== --- sys/boot/fdt/Makefile +++ sys/boot/fdt/Makefile @@ -26,4 +26,5 @@ CFLAGS+= -Wformat -Wall +.include .include Index: sys/boot/uboot/fdt/Makefile =================================================================== --- sys/boot/uboot/fdt/Makefile +++ sys/boot/uboot/fdt/Makefile @@ -28,6 +28,7 @@ CLEANFILES+= machine +.include .include beforedepend ${OBJS}: machine Index: sys/boot/uboot/lib/Makefile =================================================================== --- sys/boot/uboot/lib/Makefile +++ sys/boot/uboot/lib/Makefile @@ -46,6 +46,7 @@ CLEANFILES+= machine +.include .include beforedepend ${OBJS}: machine