mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
11 lines
196 B
Text
11 lines
196 B
Text
make:
|
|
UT_TEST=export-env.mk
|
|
UT_ENV=not-exported
|
|
UT_EXP=not-exported
|
|
UT_LIT=literal export-env.mk
|
|
env:
|
|
UT_TEST=export-env.mk
|
|
UT_ENV=exported
|
|
UT_EXP=exported
|
|
UT_LIT=literal ${UT_TEST}
|
|
exit status 0
|