# This file is automatically generated. DO NOT EDIT! .if !defined(NODIRDEP) dirdep := ${.SRCTOP}/include/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif dirdep := ${.SRCTOP}/lib/ncurses/include/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif dirdep := ${.SRCTOP}/stage/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif dirdep := ${.SRCTOP}/sys/sys/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif .endif .for t in ${MACHINE_LIST} D_TGTS_${t}= .endfor .if !defined(NODIRDEP) _MACHINE_LIST:= ${MACHINE_LIST} .if exists(${.SRCTOP}/include/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/include/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .if exists(${.SRCTOP}/lib/ncurses/include/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/lib/ncurses/include/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .if exists(${.SRCTOP}/stage/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/stage/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .if exists(${.SRCTOP}/sys/sys/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/sys/sys/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .endif .for t in ${MACHINE_LIST:Nhost} ${.OBJROOT}/${t}/lib/ncurses/make_keys/all : ${.OBJROOT}/host/lib/ncurses/make_keys/all .PHONY .endfor ${.OBJROOT}/host/lib/ncurses/make_keys/all : ${D_TGTS_host} .PHONY echo Checking ${.OBJROOT}/host/lib/ncurses/make_keys cd ${.SRCTOP}/lib/ncurses/make_keys && MACHINE=host ${MAKE} ${.MAKEFLAGS:NMACHINE=*:N-DALLMACHINES} all