3f09b8d0af
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
9 lines
84 B
Plaintext
9 lines
84 B
Plaintext
a=any;
|
|
b="from $a";
|
|
c='to $a';
|
|
d=block;
|
|
e="pass in";
|
|
$d in $b $c
|
|
f=" $b $c";
|
|
$e${f}
|