2bc3b4d735
were a workaround for limitations in bsd.man.mk that were fixed about 2 years ago.
24 lines
1.0 KiB
Makefile
24 lines
1.0 KiB
Makefile
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $Id: Makefile.inc,v 1.9 1997/09/24 20:38:10 julian Exp $
|
|
|
|
# locale sources
|
|
.PATH: ${.CURDIR}/../libc/${MACHINE}/locale ${.CURDIR}/../libc/locale
|
|
|
|
SRCS+= ansi.c ctype.c euc.c frune.c isctype.c lconv.c localeconv.c \
|
|
mbrune.c none.c rune.c setlocale.c table.c utf2.c setrunelocale.c \
|
|
runetype.c tolower.c toupper.c nomacros.c collate.c setinvalidrune.c \
|
|
collcmp.c mskanji.c
|
|
|
|
.if ${LIB} == "c"
|
|
MAN3+= ctype.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
|
|
isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 \
|
|
isupper.3 isxdigit.3 mbrune.3 multibyte.3 rune.3 setlocale.3 \
|
|
toascii.3 tolower.3 toupper.3
|
|
MAN4+= euc.4 utf2.4
|
|
MLINKS+= rune.3 setrunelocale.3 rune.3 setinvalidrune.3 rune.3 sgetrune.3 \
|
|
rune.3 sputrune.3 rune.3 fgetrune.3 rune.3 fungetrune.3 \
|
|
rune.3 fputrune.3 mbrune.3 mbrrune.3 mbrune.3 mbmb.3 \
|
|
multibyte.3 mblen.3 multibyte.3 mbstowcs.3 multibyte.3 mbtowc.3 \
|
|
multibyte.3 wcstombs.3 multibyte.3 wctomb.3 setlocale.3 localeconv.3
|
|
.endif
|