Lines Matching defs:fth
13 SRCS= bootblk.fth
15 CLEANFILES= ffs.fth.h lfs.fth.h assym.fth.h.tmp \
26 ffs.fth.h: genfth.cf machine sparc
28 ${GENASSYM_CPPFLAGS} < ${.CURDIR}/genfth.cf >ffs.fth.h.tmp && \
29 mv -f ffs.fth.h.tmp ffs.fth.h
31 lfs.fth.h: genlfs.cf machine sparc
33 ${GENASSYM_CPPFLAGS} < ${.CURDIR}/genlfs.cf >lfs.fth.h.tmp && \
34 mv -f lfs.fth.h.tmp lfs.fth.h
36 bootblk.text: bootblk.fth ffs.fth.h lfs.fth.h
38 ${.CURDIR}/bootblk.fth | /usr/bin/cpp -P >bootblk.text.tmp &&
41 bootblk: bootblk.fth ffs.fth.h lfs.fth.h
42 ${TOOL_FGEN} -o bootblk ${.CURDIR}/bootblk.fth