freebsd_amp_hwpstate/lib/libxpg4/Makefile

10 lines
231 B
Makefile
Raw Normal View History

1995-10-23 01:45:42 +00:00
LIB= xpg4
SRCS= setlocale.c setrunelocale.c big5.c euc.c mskanji.c utf2.c runetype.c \
1995-11-03 09:03:00 +00:00
tolower.c toupper.c
1995-10-23 01:45:42 +00:00
CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
.PATH: ${.CURDIR}/../libc/locale
NOMAN= YES
.include <bsd.lib.mk>