opnsense-src/sbin/geom/class/part/Makefile
Marcel Moolenaar 7f792cd758 Use humanize_number(), rather than a home-grown algorithm for
formatting a number in a human-friendly way.

Note that with this commit a megabyte changed from 1000000 to
1048576 and a 80G disk is now printed as being 75G in size.
This is deliberate. It's consistent with the core of geom(8).
However, the original choice for a megabyte being 1000000 was
on purpose and matches what disk vendors put on the box. The
consistency is considered more important.

Submitted by:	delphij
2008-11-18 04:04:01 +00:00

11 lines
104 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../misc
CLASS= part
LDADD= -lutil
WARNS?= 4
.include <bsd.lib.mk>