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