main shinobi / tests / mk / kati / include_var / test2 / mk
 1foo=foo.d missing.d
 2empty=
 3
 4test1:
 5	echo "foo: bar" > foo.d
 6
 7test2: foo
 8
 9bar:
10	echo OK
11
12-include $(foo)
13include $(empty)