# This file is automatically generated. DO NOT EDIT! .if !defined(NODIRDEP) dirdep := ${.SRCTOP}/stage/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}/stage/Buildfile.dirdep) .for _t in ${_MACHINE_LIST} D_TGTS_${_t}+= ${.OBJROOT}/${_t}/stage/all D_TGTS_${_t}:= ${D_TGTS_${_t}} .endfor .endif .endif .for t in ${MACHINE_LIST:Ncommon} ${.OBJROOT}/${t}/sys/vm/all : ${.OBJROOT}/common/sys/vm/all .PHONY .endfor ${.OBJROOT}/common/sys/vm/all : ${D_TGTS_common} .PHONY echo Checking ${.OBJROOT}/common/sys/vm cd ${.SRCTOP}/sys/vm && MACHINE=common ${MAKE} ${.MAKEFLAGS:NMACHINE=*:N-DALLMACHINES} all