summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/raid3/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-08-16 06:23:14 +0000
committerpjd <pjd@FreeBSD.org>2004-08-16 06:23:14 +0000
commit8394d51046ccd71b29fd905b0a01fb62b743a0c6 (patch)
treee18bf1a6409808aac8ce00cf4d90348aff45c60d /sbin/geom/class/raid3/Makefile
parent336d354baa1e8f33fe0828ce3addde3e40353ac3 (diff)
downloadFreeBSD-src-8394d51046ccd71b29fd905b0a01fb62b743a0c6.zip
FreeBSD-src-8394d51046ccd71b29fd905b0a01fb62b743a0c6.tar.gz
Introduce GEOM RAID3 class, i.e. kernel module, which implements RAID3
transformation and graid3(8) userland utility, which can be used for configuration. No manual page yet, sorry. Hardware provided by: Daniel Seuffert
Diffstat (limited to 'sbin/geom/class/raid3/Makefile')
-rw-r--r--sbin/geom/class/raid3/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile
new file mode 100644
index 0000000..9843746
--- /dev/null
+++ b/sbin/geom/class/raid3/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../misc
+
+CLASS= raid3
+
+NOMAN= notyet
+DPADD= ${LIBMD}
+LDADD= -lmd
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud