get_makeopts 95 B

123
  1. /\/\*\*\* MAKEOPTS/ {printit=1; next}
  2. /\*\*\*\// {if (printit) exit}
  3. /.*/ {if (printit) print}