ref: 7b977c7290db3da3d6faa94606a8b7f1e7d39a1b
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/*