summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-04-01 16:34:45 +0000
committerphk <phk@FreeBSD.org>2006-04-01 16:34:45 +0000
commit7f0301fd6c390eefc92e5a70b2a44bc8285ccb62 (patch)
treea5912f9cd9cbc8b125b7f93db2e4c7fb64bc4ebb /sbin/mdconfig
parenta7c2bca553bef1485f864043c190482cc9c6fdd4 (diff)
downloadFreeBSD-src-7f0301fd6c390eefc92e5a70b2a44bc8285ccb62.zip
FreeBSD-src-7f0301fd6c390eefc92e5a70b2a44bc8285ccb62.tar.gz
Make WITHOUT_DYNAMICROOT=foo work again: remember to reference
libbsdxml and libsbuf.
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile
index 636265c..f4d8adc 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} ${LIBGEOM}
-LDADD= -lutil -lgeom
+DPADD= ${LIBUTIL} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
+LDADD= -lutil -lgeom -lbsdxml -lsbuf
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud