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