Lines Matching defs:bootblk
12 PROG= bootblk
13 SRCS= bootblk.fth
16 bootblk bootblk.text bootblk.text.tmp
36 bootblk.text: bootblk.fth ffs.fth.h lfs.fth.h
38 ${.CURDIR}/bootblk.fth | /usr/bin/cpp -P >bootblk.text.tmp &&
39 mv -f bootblk.text.tmp bootblk.text
41 bootblk: bootblk.fth ffs.fth.h lfs.fth.h
42 ${TOOL_FGEN} -o bootblk ${.CURDIR}/bootblk.fth
51 fake: bootblk bootblk.text
52 ../fakeboot/fakeboot -elf32 <bootblk >/bootblk
53 ../fakeboot/fakeboot -elf32 <bootblk.text >/bootblk.text