mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
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
11 lines
104 B
Makefile
11 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../misc
|
|
|
|
CLASS= part
|
|
|
|
LDADD= -lutil
|
|
|
|
WARNS?= 4
|
|
|
|
.include <bsd.lib.mk>
|