32bdc2b685
human-friendly power-of-two numbers (i.e. 2k, 5M etc). Suggested by: many MFC after: 1 week
8 lines
87 B
Makefile
8 lines
87 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= truncate
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|