diff options
Diffstat (limited to 'sbin/geom/class/raid3')
-rw-r--r-- | sbin/geom/class/raid3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile index 1791669..d2405d4 100644 --- a/sbin/geom/class/raid3/Makefile +++ b/sbin/geom/class/raid3/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../misc -CLASS= raid3 +GEOM_CLASS= raid3 DPADD= ${LIBMD} LDADD= -lmd |