# fss-0002

main:
  find ${TO}lib -type f -exec ${TO}bin/strip --strip-debug '{}' ';'
  find ${TO}{bin,sbin} -type f -exec ${TO}bin/strip --strip-debug '{}' ';'
