mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-23 16:01:42 +00:00
9 lines
180 B
Makefile
9 lines
180 B
Makefile
|
LIB= xpg4
|
||
|
SRCS= setlocale.c setrunelocale.c euc.c utf2.c
|
||
|
CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
|
||
|
.PATH: ${.CURDIR}/../libc/locale
|
||
|
|
||
|
NOMAN= YES
|
||
|
|
||
|
.include <bsd.lib.mk>
|