mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix the path to the make.conf example file.
PR: docs/44278 Submitted by: Chris Pepper <pepper@rockefeller.edu>
This commit is contained in:
parent
94998f80fe
commit
7d23144bd5
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,8 @@ To change an environment variable in /bin/sh use:
|
|||
$ export VARIABLE
|
||||
%
|
||||
You can use /etc/make.conf to control the options used to compile software
|
||||
on this system. Example entries are in /usr/share/examples/etc/make.conf.
|
||||
on this system. Example entries are in
|
||||
/usr/share/examples/etc/defaults/make.conf.
|
||||
%
|
||||
To do a fast search for a file, try
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue