freebsd-dev/lib/libxpg4/Makefile
John Birrell 346406cd60 No longer need the architecture specific include from libc now that
NetBSD syscalls are defined in sys.mk if they are being used.
1998-06-03 08:55:20 +00:00

10 lines
224 B
Makefile

LIB= xpg4
SRCS= setlocale.c setrunelocale.c euc.c mskanji.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>