ref: bcf7b2ee4598ef64a1d99348dac04cb1df701231
dir: /sys/src/9/boot/bootmkfile/
BOOTDIR=../boot
BOOTLIB=$BOOTDIR/libboot.a$O
BOOTFILES=\
aux.$O\
boot.$O\
$BOOTLIB(%.$O):N: %.$O
$BOOTLIB: ${BOOTFILES:%=$BOOTLIB(%)}
names=`{membername $newprereq}
ar vu $BOOTLIB $names
rm $names
$BOOTFILES: $BOOTDIR/boot.h
%.$O: $BOOTDIR/%.c
$CC -I$BOOTDIR $CFLAGS $BOOTDIR/$stem.c