Searched refs:MACHINE (Results 1 - 25 of 168) sorted by relevance

1234567

/freebsd-11-stable/sys/modules/
H A DMakefile.inc3 .if ${MACHINE} == "pc98"
/freebsd-11-stable/sys/pc98/include/
H A Dparam.h29 #define MACHINE "pc98" macro
/freebsd-11-stable/sys/tools/fdt/
H A Dmake_dtb.sh15 if [ -z "${MACHINE}" ]; then
16 MACHINE=$(uname -m)
22 cpp -P -x assembler-with-cpp -I $S/gnu/dts/include -I $S/boot/fdt/dts/${MACHINE} -I $S/gnu/dts/${MACHINE} -include $d /dev/null |
23 dtc -@ -O dtb -o $dtb -b 0 -p 1024 -i $S/boot/fdt/dts/${MACHINE} -i $S/gnu/dts/${MACHINE}
/freebsd-11-stable/sbin/reboot/
H A DMakefile9 .if exists(${.CURDIR}/boot_${MACHINE}.8)
10 MAN+= boot_${MACHINE}.8
11 MLINKS+= boot_${MACHINE}.8 boot.8
13 .if ${MACHINE} == "amd64"
/freebsd-11-stable/contrib/bmake/
H A Dmachine.sh24 MACHINE=
50 MACHINE=$OS$OSMAJOR.$OSMINOR
54 MACHINE=$OS$OSMAJOR.$machine
59 MACHINE=$OS$OSMAJOR.$machine
63 MACHINE=$OS$OSMAJOR.$machine
70 4.0*) MACHINE_ARCH=$machine_arch MACHINE=$machine_arch;;
78 MACHINE=i386
93 MACHINE=${MACHINE:-$OS$OSMAJOR}
101 "") echo $MACHINE;;
[all...]
/freebsd-11-stable/etc/devd/
H A DMakefile7 .if ${MACHINE} == "powerpc"
11 .if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
/freebsd-11-stable/sys/modules/fdc/
H A DMakefile6 .if ${MACHINE} == "pc98"
10 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Darmelf.sh0 MACHINE=
26 MACHINE=
H A Dscoreelf.sh0 MACHINE=
28 MACHINE=
H A Darcelf.sh11 MACHINE=
H A Davr6.sh2 MACHINE=
H A Delf_i386_chaos.sh7 MACHINE=
H A Delf_i386_ldso.sh7 MACHINE=
H A Di386moss.sh7 MACHINE=
H A Di386nto.sh9 MACHINE=
/freebsd-11-stable/share/mk/
H A Dbsd.endian.mk6 (${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} == "") || \
13 (${MACHINE} == "arm" && ${MACHINE_ARCH:Marm*eb*} != "") || \
/freebsd-11-stable/sys/modules/ata/
H A DMakefile5 .if ${MACHINE} == "pc98"
/freebsd-11-stable/usr.sbin/fdread/
H A DMakefile6 .if ${MACHINE} == "pc98"
/freebsd-11-stable/sys/modules/cpufreq/
H A DMakefile10 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
17 .if ${MACHINE} == "i386"
21 .if ${MACHINE} == "powerpc"
/freebsd-11-stable/sys/boot/fdt/dts/
H A DMakefile.inc7 @env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp
/freebsd-11-stable/sys/modules/efirt/
H A DMakefile3 .PATH: ${SRCTOP}/sys/${MACHINE}/${MACHINE}
/freebsd-11-stable/sys/modules/apm/
H A DMakefile4 .if ${MACHINE} == "pc98"
10 .if ${MACHINE} == "pc98"
/freebsd-11-stable/crypto/openssl/
H A Dconfig51 [ "$MACHINE" ] || MACHINE=`(uname -m) 2>/dev/null` || MACHINE="unknown"
66 echo "${MACHINE}-whatever-isc4"; exit 0
89 # We hardcode i586 in place of ${MACHINE} for the
92 # ${MACHINE} gets always assigned to i386. Now, problem
104 case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
106 MACHINE=`echo "$MACHINE" | sed -e 's/-/_/g'`
114 echo "${MACHINE}
[all...]
/freebsd-11-stable/sys/modules/sio/
H A DMakefile3 .if ${MACHINE} == "pc98"
12 .if ${MACHINE} == "pc98"
22 .if ${MACHINE} == "pc98"
/freebsd-11-stable/usr.sbin/bsdinstall/partedit/
H A DMakefile10 PARTEDIT_ARCH= ${MACHINE}
11 .if ${MACHINE} == "i386" || ${MACHINE} == "amd64"

Completed in 189 milliseconds

1234567