From f07de1474c3c780cc257f8d4575017ccb663ef89 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 1 Apr 2006 16:34:45 +0000 Subject: [PATCH] Make WITHOUT_DYNAMICROOT=foo work again: remember to reference libbsdxml and libsbuf. --- sbin/mdconfig/Makefile | 4 ++-- 1 file 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