aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2006-04-01 16:34:45 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2006-04-01 16:34:45 +0000
commitf07de1474c3c780cc257f8d4575017ccb663ef89 (patch)
treea5912f9cd9cbc8b125b7f93db2e4c7fb64bc4ebb
parent14ba8add0197c378f0a07a7f377f3fa29b689c7d (diff)
downloadsrc-f07de1474c3c780cc257f8d4575017ccb663ef89.tar.gz
src-f07de1474c3c780cc257f8d4575017ccb663ef89.zip
Make WITHOUT_DYNAMICROOT=foo work again: remember to reference
libbsdxml and libsbuf.
Notes
Notes: svn path=/head/; revision=157375
-rw-r--r--sbin/mdconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile
index 636265cf0405..f4d8adcfde8d 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>