This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
36da5199bb
freebsd-dev
/
sbin
/
geom
/
Makefile.inc
6 lines
67 B
PHP
Raw
Normal View
History
Unescape
Escape
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
2004-05-20 10:09:56 +00:00
# $FreeBSD$
Rename the generic "CLASS" to the more specific "GEOM_CLASS". While I'm here remove redundancy and inconsistencies. Obtained from: Juniper Networks
2010-12-15 23:45:12 +00:00
GEOM_CLASS_DIR
?
=/
lib
/
geom
Various style.Makefile(5) improvements. Inspired by: ru
2004-05-20 20:12:17 +00:00
.
include
"
../Makefile.inc
"
Reference in New Issue
Copy Permalink