On 2022/08/27 15:53, наб wrote: > PROG= df > SRCS= df.c ffs_df.c ext2fs_df.c > -LDADD= -lutil > -DPADD= ${LIBUTIL} > +LDADD= -lutil -lm > +DPADD= ${LIBUTIL} ${LIBM}
df is used on the ramdisk, so this would need testing there (at least on the tighter media on some archs). at least one other ramdisk binary does pull in libm so the overall size increase might not be terrible, but definitely would need checking.