From b6dce981e725c46bdf915e7d9b327d9de6ad4bce Mon Sep 17 00:00:00 2001 From: pjd 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.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sbin/geom/Makefile.inc (limited to 'sbin/geom/Makefile.inc') diff --git a/sbin/geom/Makefile.inc b/sbin/geom/Makefile.inc new file mode 100644 index 0000000..7803210 --- /dev/null +++ b/sbin/geom/Makefile.inc @@ -0,0 +1,5 @@ +# $FreeBSD$ + +BINDIR?=/sbin +LIBDIR?=/lib/geom +WARNS?= 6 -- cgit v1.1