summaryrefslogtreecommitdiffstats
path: root/sbin/geom/class/Makefile
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-05-20 10:09:56 +0000
committerpjd <pjd@FreeBSD.org>2004-05-20 10:09:56 +0000
commitb6dce981e725c46bdf915e7d9b327d9de6ad4bce (patch)
treeb820f9f059fcb3b08d74ac32456e837299fd965a /sbin/geom/class/Makefile
parente2a0b37a4a198898a931cbecf7fdc25585eaaa24 (diff)
downloadFreeBSD-src-b6dce981e725c46bdf915e7d9b327d9de6ad4bce.zip
FreeBSD-src-b6dce981e725c46bdf915e7d9b327d9de6ad4bce.tar.gz
Bring in geom(8) utility. It is an universal utility for operating on
GEOM classes. It works by loading a shared library via dlopen(3) mechanism with class-specific code, it is also responsible for communicating with GEOM via libgeom(3). Per-class shared libraries are going to be stored in /lib/geom/ directory. It provides also few standard commands like 'list', 'load' and 'unload' for existing classes which aren't aware of geom(8). More info will be send on freebsd-current@ mailing list. Supported by: Wheel - Open Technologies - http://www.wheel.pl
Diffstat (limited to 'sbin/geom/class/Makefile')
-rw-r--r--sbin/geom/class/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile
new file mode 100644
index 0000000..71edcf7
--- /dev/null
+++ b/sbin/geom/class/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+SUBDIR= concat
+SUBDIR+=nop
+SUBDIR+=stripe
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud