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