Searched refs:_machine (Results 1 – 2 of 2) sorted by relevance
/freebsd/targets/ |
H A D | Makefile.xtras | 39 .for _machine in ${ALL_MACHINE_LIST} 40 _targets_${_machine} != cd ${_here} && \ 41 …find . \( ${.MAKE.DEPENDFILE_PREFERENCE:T:M*${MACHINE}*:S,${MACHINE},${_machine},g:O:u:@m@-name $m… 43 BUILD_TARGETS_${_machine:tu} += ${_targets_${_machine}} 47 .for _machine in ${ALL_MACHINE_LIST:O} 48 .if !empty(BUILD_TARGETS_${_machine:tu}) 49 …@echo "Build targets for ${_machine} (leave out the ${DIRDEPS_TARGETS_DIRS:S,${_here:T},,:S,^/,,:S…
|
/freebsd/lib/libkldelf/ |
H A D | kldelf.h | 87 #define ELF_RELOC(_class, _data, _machine, _reloc) \ argument 91 .machine = (_machine), \
|