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, 1 insertions, 2 deletions
diff --git a/sbin/geom/class/mirror/Makefile b/sbin/geom/class/mirror/Makefile
index e38d617b6da5..ce7ee6466326 100644
--- a/sbin/geom/class/mirror/Makefile
+++ b/sbin/geom/class/mirror/Makefile
@@ -4,7 +4,6 @@
GEOM_CLASS= mirror
-DPADD= ${LIBMD}
-LDADD= -lmd
+LIBADD= md
.include <bsd.lib.mk>