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