It is no longer necessary to define SRC_BASE?= in a port Makefile.

PR:		docs/159047
Submitted by:	Ben Kaduk <kaduk@mit.edu>
This commit is contained in:
Mark Linimon 2011-07-20 04:26:06 +00:00
parent 932536a769
commit 3dd6b63e51
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37442

View file

@ -8857,9 +8857,7 @@ GROUPS= pulse pulse-access pulse-rt</programlisting>
kernel source files so that the port can compile. Here is the
correct way to determine if the user has them installed:</para>
<programlisting>SRC_BASE?= /usr/src
.if !exists(${SRC_BASE}/sys/Makefile)
<programlisting>.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel sources to be installed
.endif</programlisting>
</sect1>