installation/ofwboot.xcf not stripped?

Valery Ushakov <[email protected]> Sat, 3 Feb 2024 05:29:51 +0300
Newsgroups gmane.os.netbsd.ports.macppc
Message-ID <[email protected]>
I noticed that macppc installation/ofwboot.xcf doesn't seem to be
stripped, e.g.:

http://ftp.netbsd.org/pub/NetBSD/NetBSD-10.0_RC3/macppc/installation/ofwboot.xcf

  $ ls -l ofwboot.xcf; size ofwboot.xcf
  -rw-r--r--  1 uwe  uwe  450616 Feb  3 05:24 ofwboot.xcf
     text    data     bss     dec     hex filename
    66192     753   10485   77430   12e76 ofwboot.xcf

Is that intended?

It is stripped in ./usr/mdec/ofwboot.xcf in base.tgz

-uwe