aboutsummaryrefslogtreecommitdiff
path: root/sbin/geom/class/mirror/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/geom/class/mirror/Makefile')
-rw-r--r--sbin/geom/class/mirror/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/geom/class/mirror/Makefile b/sbin/geom/class/mirror/Makefile
index ce7ee6466326..e38d617b6da5 100644
--- a/sbin/geom/class/mirror/Makefile
+++ b/sbin/geom/class/mirror/Makefile
@@ -4,6 +4,7 @@
GEOM_CLASS= mirror
-LIBADD= md
+DPADD= ${LIBMD}
+LDADD= -lmd
.include <bsd.lib.mk>