c27a895433
a problem with listing large number of md(4) devices. Either 'list' or 'query' mode uses XML. Additionally, new functionality was introduced. It's possible to pass multiple devices to -u: # ./mdconfig -l -u md0,md1 Approved by: cognet (mentor)
11 lines
152 B
Makefile
11 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= mdconfig
|
|
MAN= mdconfig.8
|
|
MLINKS= mdconfig.8 vnconfig.8
|
|
|
|
DPADD= ${LIBUTIL} ${LIBGEOM}
|
|
LDADD= -lutil -lgeom
|
|
|
|
.include <bsd.prog.mk>
|