opnsense-src/lib/libiconv_modules/Makefile.inc
Jessica Clarke d7be70f0ff libiconv_modules: 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:	brooks, jhb
Differential Revision:	https://reviews.freebsd.org/D40929
2023-07-09 18:49:35 +01:00

12 lines
202 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/lib/libc/iconv
SHLIB_MAJOR= 5
CFLAGS+= -I${SRCTOP}/lib/libc/iconv
CFLAGS+= -Dbool=_Bool
SHLIBDIR= /usr/lib${COMPAT_libcompat:U}/i18n
LIBDIR= ${SHLIBDIR}
MK_PROFILE= no