View | Details | Raw Unified | Return to bug 159047
Collapse All | Expand All

(-)book.sgml (-3 / +1 lines)
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>

Return to bug 159047