|
Lines 8857-8865
Link Here
|
| 8857 |
kernel source files so that the port can compile. Here is the |
8857 |
kernel source files so that the port can compile. Here is the |
| 8858 |
correct way to determine if the user has them installed:</para> |
8858 |
correct way to determine if the user has them installed:</para> |
| 8859 |
|
8859 |
|
| 8860 |
<programlisting>SRC_BASE?= /usr/src |
8860 |
<programlisting>.if !exists(${SRC_BASE}/sys/Makefile) |
| 8861 |
|
|
|
| 8862 |
.if !exists(${SRC_BASE}/sys/Makefile) |
| 8863 |
IGNORE= requires kernel sources to be installed |
8861 |
IGNORE= requires kernel sources to be installed |
| 8864 |
.endif</programlisting> |
8862 |
.endif</programlisting> |
| 8865 |
</sect1> |
8863 |
</sect1> |