summaryrefslogtreecommitdiffstats
path: root/lib/libxpg4/Makefile
blob: d31261490a4401f4e370c4526c5376a6c2246b60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

#
# If there is a machine dependent libc makefile, use it:
#
.if exists(${.CURDIR}/../libc/${MACHINE_ARCH}/Makefile.inc)
.include "${.CURDIR}/../libc/${MACHINE_ARCH}/Makefile.inc"
.endif

NOMAN= YES

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud