summaryrefslogtreecommitdiffstats
path: root/sbin/geom/Makefile.inc
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/Makefile.inc
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/Makefile.inc')
-rw-r--r--sbin/geom/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
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
OpenPOWER on IntegriCloud