1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00
freebsd/lib/libxpg4/Makefile

9 lines
180 B
Makefile
Raw Normal View History

1995-10-23 01:45:42 +00:00
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>