summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig/Makefile
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2006-03-26 23:21:11 +0000
committerwkoszek <wkoszek@FreeBSD.org>2006-03-26 23:21:11 +0000
commit2a5afd7475409bb7cdb8473d9d796d7b58572117 (patch)
tree6b0b81c9335360ab57fddb6cc097e81ba548f541 /sbin/mdconfig/Makefile
parent096cd178c10e12657491e485585f6e930deb4c48 (diff)
downloadFreeBSD-src-2a5afd7475409bb7cdb8473d9d796d7b58572117.zip
FreeBSD-src-2a5afd7475409bb7cdb8473d9d796d7b58572117.tar.gz
Teach md(4) and mdconfig(8) how to understand XML. Right now there won't be
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)
Diffstat (limited to 'sbin/mdconfig/Makefile')
-rw-r--r--sbin/mdconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile
index 1d5aff2..636265c 100644
--- a/sbin/mdconfig/Makefile
+++ b/sbin/mdconfig/Makefile
@@ -4,7 +4,7 @@ PROG= mdconfig
MAN= mdconfig.8
MLINKS= mdconfig.8 vnconfig.8
-DPADD= ${LIBUTIL}
-LDADD= -lutil
+DPADD= ${LIBUTIL} ${LIBGEOM}
+LDADD= -lutil -lgeom
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud