b830359bc5
After this change it should be possible to use very big md(4) devices. - Clean up and simplify the code a bit. - Use humanize_number(3) to print size of md(4) devices. - Add 't' suffix which stands for terabyte. - Make '-S' to really work with all types of devices. - Other minor changes.
11 lines
134 B
Makefile
11 lines
134 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mdconfig
|
|
MAN= mdconfig.8
|
|
MLINKS= mdconfig.8 vnconfig.8
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|