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