Home
last modified time | relevance | path

Searched refs:BOOT2SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/stand/i386/zfsboot/
H A DMakefile74 @set -- `ls -l ${.ALLSRC}`; x=$$((${BOOT2SIZE}-$$5)); \
76 ${DD} if=${.ALLSRC} of=${.TARGET} bs=${BOOT2SIZE} conv=sync
/freebsd-14.2/stand/i386/boot2/
H A DMakefile59 BOOT2SIZE= 7680 macro
62 @set -- `ls -l ${.ALLSRC}`; x=$$((${BOOT2SIZE}-$$5)); \
64 ${DD} if=${.ALLSRC} of=${.TARGET} bs=${BOOT2SIZE} conv=sync