mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
human-friendly power-of-two numbers (i.e. 2k, 5M etc). Suggested by: many MFC after: 1 week
7 lines
87 B
Makefile
7 lines
87 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= truncate
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|