mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Move up the tinyware entry so things are looked up there first.
This commit is contained in:
parent
9858c058b9
commit
150dba7952
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,11 @@
|
|||
buildopts -DNOPAM -DRELEASE_CRUNCH -DNONETGRAPH -DNOIPSEC -DNOINET6
|
||||
|
||||
# directories where to look for sources of various binaries.
|
||||
# Some programs are especially written for PicoBSD and reside here
|
||||
# Make this first in the list so we can override standard programs
|
||||
# with the picobsd-specific ones.
|
||||
srcdirs /usr/src/release/picobsd/tinyware
|
||||
# Other places to look.
|
||||
srcdirs /usr/src/bin
|
||||
srcdirs /usr/src/sbin/i386
|
||||
srcdirs /usr/src/sbin
|
||||
|
|
|
|||
Loading…
Reference in a new issue