Searched refs:build (Results 251 - 275 of 458) sorted by relevance

<<111213141516171819

/freebsd-11-stable/contrib/openpam/bin/pamtest/
H A DMakefile.in91 build_triplet = @build@
298 build = @build@
/freebsd-11-stable/contrib/openpam/bin/openpam_dump_policy/
H A DMakefile.in91 build_triplet = @build@
267 build = @build@
/freebsd-11-stable/contrib/openpam/modules/pam_return/
H A DMakefile.in91 build_triplet = @build@
297 build = @build@
/freebsd-11-stable/contrib/openpam/modules/pam_permit/
H A DMakefile.in91 build_triplet = @build@
297 build = @build@
/freebsd-11-stable/contrib/openpam/modules/pam_unix/
H A DMakefile.in91 build_triplet = @build@
297 build = @build@
/freebsd-11-stable/contrib/openpam/modules/pam_deny/
H A DMakefile.in91 build_triplet = @build@
297 build = @build@
/freebsd-11-stable/contrib/ntp/scripts/lib/
H A DMakefile.in89 build_triplet = @build@
416 build = @build@
/freebsd-11-stable/sys/dev/oce/
H A Doce_sysctl.c499 if (IS_SH(sc) && fhdr->build[0] == '4') {
504 } else if (IS_BE3(sc) && fhdr->build[0] == '3') {
509 } else if (IS_BE2(sc) && fhdr->build[0] == '2')
531 device_printf(sc->dev, "Flashing Firmware %s\n", &fhdr->build[2]);
575 if (fhdr->build[0] != '3') {
580 device_printf(sc->dev, "Flashing Firmware %s\n", &fhdr->build[2]);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_mcdi.c930 uint32_t build; local
952 build = MCDI_OUT_DWORD(req, GET_VERSION_OUT_FIRMWARE);
967 build = MCDI_OUT_DWORD(req, GET_VERSION_OUT_FIRMWARE);
971 if (MC_FW_VERSION_IS_BOOTLOADER(build)) {
989 build = 0;
1013 *buildp = build;
/freebsd-11-stable/contrib/expat/tests/benchmark/
H A DMakefile.in119 build_triplet = @build@
302 build = @build@
/freebsd-11-stable/contrib/expat/examples/
H A DMakefile.in119 build_triplet = @build@
305 build = @build@
/freebsd-11-stable/contrib/expat/lib/
H A DMakefile.in121 build_triplet = @build@
339 build = @build@
/freebsd-11-stable/contrib/file/tests/
H A DMakefile.in87 build_triplet = @build@
254 build = @build@
/freebsd-11-stable/contrib/file/doc/
H A DMakefile.in87 build_triplet = @build@
240 build = @build@
/freebsd-11-stable/contrib/file/magic/
H A DMakefile.in88 build_triplet = @build@
235 build = @build@
/freebsd-11-stable/sys/conf/
H A Dkmod.mk17 # KMOD The name of the kernel module to build.
34 # PROG The name of the kernel module to build.
139 LDFLAGS+= -Wl,--build-id=sha1
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk6 # and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no}
244 # build Clang without using an external compiler.
542 # while in theory we could build it with that, we don't want to do
H A Dbsd.doc.mk20 # MACROS Macro packages used to build the document. [not set]
H A Dsuite.test.mk5 # Internal glue for the build of /usr/tests/.
/freebsd-11-stable/contrib/gcclibs/libssp/
H A Dconfigure312 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT multi_basedir CC ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CFLAGS CPP CPPFLAGS LIBSSP_USE_SYMVER_TRUE LIBSSP_USE_SYMVER_FALSE EGREP ssp_have_usable_vsnprintf LN_S RANLIB ac_ct_RANLIB LIBTOOL enable_shared enable_static toolexecdir toolexeclibdir LIBOBJS LTLIBOBJS'
374 -build | --build | --buil | --bui | --bu)
376 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
684 build=$build_alias
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
828 --build=BUILD configure for building on BUILD [guessed]
829 --host=HOST cross-compile to build program
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dwarnings.mk49 # The two step default makes it easier to test build with different defaults.
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A DMakefile.am40 install-build-headers:: $(dist_kadm5include_HEADERS) $(nodist_kadm5include_HEADERS)
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk25 # the build tree available :-)
/freebsd-11-stable/tools/tools/sysbuild/
H A Dsysbuild.sh240 # Now build & install them
280 log_it "build $pn ($p)"
290 log_it FAIL build $p
603 log_it build ports
/freebsd-11-stable/contrib/ntp/scripts/calc_tickadj/
H A DMakefile.in90 build_triplet = @build@
425 build = @build@
958 $(top_srcdir)/scripts/build/check--help $@

Completed in 164 milliseconds

<<111213141516171819