# This file is automatically generated. DO NOT EDIT! .if !defined(NODIRDEP) dirdep := ${.SRCTOP}/secure/libexec/sftp-server/Buildfile.dirdep .if empty(.MAKEFILE_LIST:M${dirdep}) .if exists(${dirdep}) .include "${dirdep}" .endif .endif dirdep := ${.SRCTOP}/secure/libexec/ssh-keysign/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}/secure/libexec/sftp-server/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/secure/libexec/sftp-server/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .if exists(${.SRCTOP}/secure/libexec/ssh-keysign/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/secure/libexec/ssh-keysign/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .endif .for t in ${MACHINE_LIST} ${.OBJROOT}/${t}/secure/libexec/all : ${D_TGTS_${t}} .PHONY echo Checking ${.OBJROOT}/${t}/secure/libexec cd ${.SRCTOP}/secure/libexec && MACHINE=${t} ${MAKE} ${.MAKEFLAGS:NMACHINE=*:N-DALLMACHINES} all .endfor