mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
214 B
Makefile
9 lines
214 B
Makefile
LIB= xpg4
|
|
SRCS= setlocale.c setrunelocale.c euc.c utf2.c runetype.c \
|
|
tolower.c toupper.c
|
|
CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
|
|
.PATH: ${.CURDIR}/../libc/locale
|
|
|
|
NOMAN= YES
|
|
|
|
.include <bsd.lib.mk>
|