mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
While here correctly link libucl to libm and register the dependency on libm for static building
9 lines
254 B
Text
9 lines
254 B
Text
key = value_orig;
|
|
|
|
# test glob
|
|
.include(glob=true) "${CURDIR}/include_dir/test*.conf"
|
|
|
|
.include(priority=1) "${CURDIR}/include_dir/pri1.conf"
|
|
.include(priority=2) "${CURDIR}/include_dir/pri2.conf"
|
|
|
|
.include(try=true) "${CURDIR}/include_dir/invalid.conf"
|