geom: Migrate from COMPAT_32BIT to generic COMPAT_libcompat
See commit 8fad2cda93 ("bsd.compat.mk: Provide new CPP and sub-make
variables") for the context behind this change.
Reviewed by: imp, brooks, jhb
Differential Revision: https://reviews.freebsd.org/D40927
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if !defined(COMPAT_32BIT)
|
||||
.if !defined(COMPAT_libcompat)
|
||||
GEOM_CLASS_DIR?=/lib/geom
|
||||
.else
|
||||
GEOM_CLASS_DIR?=/usr/lib32/geom
|
||||
GEOM_CLASS_DIR?=/usr/lib${COMPAT_libcompat}/geom
|
||||
.endif
|
||||
|
||||
GEOM_CLASSES= cache
|
||||
|
||||
Reference in New Issue
Block a user