include: 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:	emaste, brooks, jhb
Differential Revision:	https://reviews.freebsd.org/D40924
This commit is contained in:
Jessica Clarke 2023-07-09 18:48:54 +01:00
parent 0ade2f8cf7
commit d3748fc0c2

View File

@ -67,8 +67,8 @@
#define _PATH_GBDE "/sbin/gbde"
#define _PATH_GELI "/sbin/geli"
#define _PATH_HALT "/sbin/halt"
#ifdef COMPAT_32BIT
#define _PATH_I18NMODULE "/usr/lib32/i18n"
#ifdef COMPAT_libcompat
#define _PATH_I18NMODULE "/usr/lib" COMPAT_libcompat "/i18n"
#else
#define _PATH_I18NMODULE "/usr/lib/i18n"
#endif