]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libxpg4/Makefile
This commit was generated by cvs2svn to compensate for changes in r26497,
[FreeBSD/FreeBSD.git] / lib / libxpg4 / Makefile
1 LIB=    xpg4
2 SRCS=   setlocale.c setrunelocale.c euc.c utf2.c runetype.c \
3         tolower.c toupper.c
4 CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
5 .PATH: ${.CURDIR}/../libc/locale
6
7 NOMAN= YES
8
9 .include <bsd.lib.mk>