|
Lines 2249-2255
Link Here
|
| 2249 |
</listitem> |
2249 |
</listitem> |
| 2250 |
|
2250 |
|
| 2251 |
<listitem> |
2251 |
<listitem> |
| 2252 |
<para>http://site1/directory/</para> |
2252 |
<para>http://site1/directory-trial:1/</para> |
| 2253 |
</listitem> |
2253 |
</listitem> |
| 2254 |
|
2254 |
|
| 2255 |
<listitem> |
2255 |
<listitem> |
|
Lines 2257-2263
Link Here
|
| 2257 |
</listitem> |
2257 |
</listitem> |
| 2258 |
|
2258 |
|
| 2259 |
<listitem> |
2259 |
<listitem> |
| 2260 |
<para>http://site1/directory-trial:1/</para> |
2260 |
<para>http://site1/directory/</para> |
| 2261 |
</listitem> |
2261 |
</listitem> |
| 2262 |
|
2262 |
|
| 2263 |
<listitem> |
2263 |
<listitem> |
|
Lines 2286-2292
Link Here
|
| 2286 |
</listitem> |
2286 |
</listitem> |
| 2287 |
|
2287 |
|
| 2288 |
<listitem> |
2288 |
<listitem> |
| 2289 |
<para>http://site1/directory/</para> |
2289 |
<para>http://site1/directory-trial:1/</para> |
| 2290 |
</listitem> |
2290 |
</listitem> |
| 2291 |
|
2291 |
|
| 2292 |
<listitem> |
2292 |
<listitem> |
|
Lines 2294-2300
Link Here
|
| 2294 |
</listitem> |
2294 |
</listitem> |
| 2295 |
|
2295 |
|
| 2296 |
<listitem> |
2296 |
<listitem> |
| 2297 |
<para>http://site1/directory-trial:1/</para> |
2297 |
<para>http://site1/directory/</para> |
| 2298 |
</listitem> |
2298 |
</listitem> |
| 2299 |
|
2299 |
|
| 2300 |
<listitem> |
2300 |
<listitem> |
|
Lines 2390-2396
Link Here
|
| 2390 |
</listitem> |
2390 |
</listitem> |
| 2391 |
|
2391 |
|
| 2392 |
<listitem> |
2392 |
<listitem> |
| 2393 |
<para>http://site8/directory-one/</para> |
2393 |
<para>http://site8/</para> |
| 2394 |
</listitem> |
2394 |
</listitem> |
| 2395 |
|
2395 |
|
| 2396 |
<listitem> |
2396 |
<listitem> |
|
Lines 6020-6026
Link Here
|
| 6020 |
<programlisting>CC = gcc</programlisting> |
6020 |
<programlisting>CC = gcc</programlisting> |
| 6021 |
<programlisting>CXX = g++</programlisting> |
6021 |
<programlisting>CXX = g++</programlisting> |
| 6022 |
|
6022 |
|
| 6023 |
<para>Both <makevar>CC</makevar> and <makevar>CFLAGS</makevar> |
6023 |
<para>Both <makevar>CC</makevar> and <makevar>CXX</makevar> |
| 6024 |
variables can be defined on FreeBSD systems in |
6024 |
variables can be defined on FreeBSD systems in |
| 6025 |
<filename>/etc/make.conf</filename>. The first example |
6025 |
<filename>/etc/make.conf</filename>. The first example |
| 6026 |
defines a value if it was not previously set in |
6026 |
defines a value if it was not previously set in |