48f12e5860
Use newly added __detect_path_locale() helper to lookup _PathLocale value. It adds boundary checking for PATH_LOCALE environment variable value and check for super-user fallback. Makefile: Add lib/libc/locale to compiler's include path (for setlocale.h)
8 lines
107 B
Makefile
8 lines
107 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = locale
|
|
CFLAGS += -I${.CURDIR}/../../lib/libc/locale
|
|
WARNS ?= 1
|
|
|
|
.include <bsd.prog.mk>
|