From 05c9107607357aabe7ac14b970080d2f8a7b66c9 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Thu, 20 May 2004 10:09:56 +0000 Subject: 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 --- sbin/geom/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sbin/geom/Makefile (limited to 'sbin/geom/Makefile') diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile new file mode 100644 index 000000000000..95f00d914756 --- /dev/null +++ b/sbin/geom/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR= core class + +.include -- cgit v1.2.3