freebsd-dev/sbin/geom/Makefile.inc
Pawel Jakub Dawidek 32e7be7043 After changing LIBDIR to SHLIBDIR, because of dependencies problems,
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.
2004-08-01 22:24:07 +00:00

8 lines
87 B
Makefile

# $FreeBSD$
WARNS?= 6
CLASS_DIR?=/lib/geom
CLASS_MAJOR?=1
.include "../Makefile.inc"