/freebsd/contrib/bmake/unit-tests/ |
H A D | meta-cmd-cmp.exp | 2 Building .meta-cmd-cmp.cmp 3 Building .meta-cmd-cmp.nocmp 4 Building .meta-cmd-cmp.cmp2 18 Building .meta-cmd-cmp.cmp 28 Building .meta-cmd-cmp.cmp 34 Building .meta-cmd-cmp.cmp2 38 Building .meta-cmd-cmp.filter 45 Building .meta-cmd-cmp.filter
|
/freebsd/contrib/sqlite3/ |
H A D | README.txt | 7 * autoconf/automake installation infrastucture for building on POSIX 9 * a Makefile.msc, sqlite3.rc, and Replace.cs for building with Microsoft 18 BUILDING ON POSIX 45 BUILDING WITH MICROSOFT VISUAL C++ 56 Building for WinRT 8.0 67 Building for WinRT 8.1 78 Building for UWP 10.0 91 Building for the Windows 10 SDK
|
/freebsd/share/man/man5/ |
H A D | make.conf.5 | 231 .Ss "BUILDING THE KERNEL" 245 Controls the compiler settings when building the 308 .Ss "BUILDING THE WORLD" 426 to sign packages created when building the 431 so it will automatically be picked up when building pkgbase with poudriere. 474 Flags to pass to the compile command when building 495 Extra dependencies to add when building 501 command when building 507 command when building 513 when building a [all …]
|
H A D | src.conf.5 | 405 Avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of 408 Clean before building world and/or kernel. 495 Avoid building or installing standalone debug files for each 532 skips building any dirdeps and only build the current directory. 549 Completion would require leaf directories for building each kernel 901 Setting this variable will prevent building the LDNS utilities 1032 Enable building 1076 Disable building of openfirmware bootloader components. 1097 Disable building of ubldr. 1111 Enable building [all …]
|
/freebsd/share/mk/ |
H A D | bsd.README | 18 bsd.compat.mk - definitions for building programs against compat ABIs 22 bsd.crunchgen.mk - building crunched binaries using crunchgen(1) 25 bsd.doc.mk - building troff system documents 29 bsd.info.mk - building GNU Info hypertext system (deprecated) 31 bsd.kmod.mk - building loadable kernel modules 32 bsd.lib.mk - support for building libraries 39 bsd.port.mk - building ports 40 bsd.port.post.mk - building ports 41 bsd.port.pre.mk - building ports 42 bsd.port.subdir.mk - targets for building subdirectories for ports [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | build.html | 6 <title>Building and Installing the Distribution</title> 10 <h3>Building and Installing the Distribution</h3> 21 <li class="inline"><a href="#build">Building and Installing the Distribution</a></li> 22 <li class="inline"><a href="#unix">Building and Installing for Unix</a></li> 23 <li class="inline"><a href="#win">Building and Installing for Windows</a></li> 29 <h4 id="build">Building and Installing the Distribution</h4> 31 …blic key cryptography. The library must be built and installed prior to building NTP. The procedur… 33 <h4 id="unix">Building and Installing for Unix</h4> 36 … mumble <tt>../configure</tt>. The remaining steps are the same whether building in the base direc… 37 <h4 id="win">Building and Installing for Windows</h4>
|
/freebsd/contrib/bearssl/conf/ |
H A D | Unix.mk | 44 # Static library building tool. 49 # DLL building tool. 63 # Set the values to 'no' to disable building of the corresponding element 64 # by default. Building can still be invoked with an explicit target call
|
H A D | Win.mk | 45 # Static library building tool. 50 # DLL building tool. 64 # Set the values to 'no' to disable building of the corresponding element 65 # by default. Building can still be invoked with an explicit target call
|
/freebsd/share/doc/smm/02.config/ |
H A D | 3.t | 28 .\".ds RH "System Building Process 31 SYSTEM BUILDING PROCESS 37 Under normal circumstances there are 5 steps in building a system. 94 When building the configuration file, be sure to include the items 186 Building the system 212 The last step in the system building process is to rearrange certain commonly 229 there are at least two approaches to saving time in building system 234 configured system image. This may be due to limited memory (building 263 Building profiled systems
|
H A D | 0.t | 46 Building 4.4BSD Kernels with Config 81 .OH 'Building 4.4BSD Kernels with Config''SMM:2-%' 82 .EH 'SMM:2-%''Building 4.4BSD Kernels with Config'
|
/freebsd/contrib/expat/ |
H A D | README.md | 102 ## Building from a Git Clone 104 If you are building Expat from a check-out from the 114 Once this has been done, follow the same instructions as for building 118 ## Building from a Source Distribution 120 ### a) Building with the configure script (i.e. GNU Autotools) 159 If you are interested in building Expat to provide document 199 Note: This only applies to the Expat library itself, building UTF-16 versions 211 ### b) Building with CMake 219 For an idea of the available (non-advanced) options for building with CMake:
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfs-dkms.templates | 4 _Description: Abort building OpenZFS on a 32-bit kernel? 7 Although possible, building in a 32-bit environment is unsupported and 16 _Description: Abort building OpenZFS on an unknown kernel? 21 Although possible, building in a 32-bit environment is unsupported and
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set1_verify_cert_store.pod | 37 set the certificate store used for certificate chain building to B<st>. 66 Details of the chain building and checking process are described in 67 L<openssl-verification-options(1)/Certification Path Building> and 74 automatic chain building is disabled. 76 If the mode B<SSL_MODE_NO_AUTO_CHAIN> is set then automatic chain building
|
H A D | SSL_CTX_load_verify_locations.pod | 88 building the certificate chain or when actually performing the verification 91 When looking up CA certificates for chain building, the OpenSSL library 93 Details of the chain building process are described in 94 L<openssl-verification-options(1)/Certification Path Building>. 108 When building its own certificate chain, an OpenSSL client/server will
|
/freebsd/contrib/lua/doc/ |
H A D | readme.html | 85 Building Lua should be straightforward 90 The instructions given below for building Lua are for Unix-like platforms, 102 <H3>Building Lua</H3> 139 after building Lua. This will run the interpreter and print its version. 162 To install Lua locally after building it, do "<KBD>make local</KBD>". 215 to edit <TT>src/luaconf.h</TT> before building and installing Lua. 220 <H3><A NAME="other">Building Lua on other systems</A></H3> 223 building Lua depend on the compiler you use. You'll need to create 224 projects (or whatever your compiler uses) for building the library, 257 some features before building Lua.
|
/freebsd/contrib/tcsh/ |
H A D | README.md | 10 Instructions for compiling Tcsh can be found in [BUILDING]. 25 [BUILDING]: BUILDING
|
/freebsd/share/man/man7/ |
H A D | build.7 | 63 contains a tree that provides a consistent interface for building and 183 building the system or individual components. 184 For cross-building the target architecture needs to be specified with 246 This target is used while building a release; see 276 This target is used while building a release; see 402 This target is used while building a release; see 422 This target is used while building a release; see 699 This allows building a subset of the system in the same way as 720 For example, cross-building for ARM64 machines requires 862 while still building each architecture serially. [all …]
|
/freebsd/contrib/libpcap/pcap/ |
H A D | funcattrs.h | 59 * when building libpcap: 61 * if we're building it as a DLL, we have to declare API 64 * if we're building it as a static library, we don't want 100 * Either we're building libpcap as a static library, or we're using 141 * We're not building libpcap. 163 * We don't tweak it that way ourselves because, if you're building 338 * MSVC, and we're not building libpcap itself; it's VS 2015 341 * If we *are* building libpcap, we don't want this, as it'll warn
|
/freebsd/sys/contrib/zstd/ |
H A D | appveyor.yml | 60 ECHO Building zlib to static link && 64 ECHO Building zstd && 90 … ECHO *** Building %CMAKE_GENERATOR% ^(%CMAKE_GENERATOR_TOOLSET%^) %PLATFORM%\%CONFIGURATION% && 166 - ECHO Building %COMPILER% %PLATFORM% %CONFIGURATION% 180 … ECHO *** Building %CMAKE_GENERATOR% ^(%CMAKE_GENERATOR_TOOLSET%^) %PLATFORM%\%CONFIGURATION% && 189 ECHO *** Building Visual Studio 2012 %PLATFORM%\%CONFIGURATION% &&
|
/freebsd/crypto/openssh/contrib/ |
H A D | README | 57 RPM spec file and scripts for building Caldera OpenLinuix packages 66 RPM spec file and scripts for building Redhat packages 69 RPM spec file and scripts for building SuSE packages
|
/freebsd/contrib/libpcap/msdos/ |
H A D | readme.dos | 4 This file contains some notes on building and using libpcap for MS-DOS. 25 distribution does NOT contain any sources for building 32-bit drivers. 66 4. NASM assembler v 0.98 or later is required when building djgpp and 86 Follow these steps in building libpcap: 90 This variable is used for building libpcap also (`WATT_INC' is
|
/freebsd/share/examples/etc/ |
H A D | make.conf | 63 # CFLAGS.arch provides a mechanism for applying CFLAGS only when building 65 # cross-building, when you have a set of flags to apply to the TARGET_ARCH 66 # being cross-built but don't want those settings applied to building the 116 # To avoid building various parts of the base system: 129 # To build sys/modules when building the world (our old way of doing things). 130 #MODULES_WITH_WORLD= # do not build modules when building kernel 229 # building a .cf file from a .mc file. It can be used to enable
|
/freebsd/contrib/bmake/mk/ |
H A D | README | 50 It's fairly difficult to make the BSD .mk files work when you're building 173 to be stripped. This is to be used when building your 179 building our own install script so that the entire system 212 bsd.own.mk is generally useful when building your own Makefiles so that 217 The include file <bsd.prog.mk> handles building programs from one or 349 The include file <bsd.subdir.mk> contains the default targets for building 360 <bsd.lib.mk>. It contains overrides that are used when building 367 The include file <bsd.lib.mk> has support for building libraries. It has 398 It has rules for building profiled objects; profiled libraries are
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set1_verify_cert_store.3 | 172 set the certificate store used for certificate chain building to \fBst\fR. 200 Details of the chain building and checking process are described in 201 \&\*(L"Certification Path Building\*(R" in \fBopenssl\-verification\-options\fR\|(1) and 208 automatic chain building is disabled. 210 If the mode \fB\s-1SSL_MODE_NO_AUTO_CHAIN\s0\fR is set then automatic chain building
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.windows.md | 1 Building libpcap on Windows with Visual Studio 50 Building libpcap on Windows requires Visual Studio 2015 or later. The 122 An optional tool, required only if you will be building from a Git 127 Building from the Visual Studio GUI 177 Building from the command line
|