Fix makeoptions. While here, add a missing makeoption.
PR: 193107 Reviewed by: netchild Sponsored by: Essen DevSummit Hackathon
This commit is contained in:
parent
2548044e3f
commit
934a571eb9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47077
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue