Fix makeoptions. While here, add a missing makeoption.

PR: 193107
Reviewed by: netchild
Sponsored by: Essen DevSummit Hackathon
This commit is contained in:
Dru Lavigne 2015-07-25 13:18:20 +00:00
parent 2548044e3f
commit 934a571eb9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47077

View file

@ -169,7 +169,8 @@ that might make this chapter too large.
<programlisting>options KDTRACE_HOOKS
options DDB_CTF
options DEBUG=-g</programlisting>
makeoptions DEBUG=-g
makeoptions WITH_CTF=1</programlisting>
<para>Users of the AMD64 architecture should also add this
line:</para>