ref: 5eefd30ffc846b7e8bebc41052196e284c1ab717
dir: /sys/src/cmd/pkg/mkfile/
</$objtype/mkfile all: $O.unpkg echo $O.unpkg: unpkg.c $CC unpkg.c $LD -o $O.unpkg unpkg.$O install:V: $O.unpkg mkdir -p /$objtype/bin/pkg cp $O.unpkg /$objtype/bin/pkg/unpkg cp create install list local remove /$objtype/bin/pkg clean: rm -f $O.unpkg *.$O nuke: clean rm -f /$objtype/bin/pkg/*