new problem shows up: symblic links (<libname>.so) are created under /usr/lib/ now, instead of under /lib/geom/ where geom(8) looks for them. Introduce a workaround to fix this by teaching geom(8) to open libraries via /lib/geom/<libname>.so.<major_number> instead of /lib/geom/<libname>.so.
8 lines
87 B
Makefile
8 lines
87 B
Makefile
# $FreeBSD$
|
|
|
|
WARNS?= 6
|
|
CLASS_DIR?=/lib/geom
|
|
CLASS_MAJOR?=1
|
|
|
|
.include "../Makefile.inc"
|