mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
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
12 lines
202 B
Makefile
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
|