diff options
author | 2016-03-20 15:42:35 +0000 | |
---|---|---|
committer | 2016-03-20 15:42:35 +0000 | |
commit | 545a94571c1a7aa1666140191b2ebec42b76fc2c (patch) | |
tree | dc4603e9f46f131ba239186e45a53458f7700b9c /lib/libc | |
parent | add include directories used by recent versions of libdrm (diff) | |
download | wireguard-openbsd-545a94571c1a7aa1666140191b2ebec42b76fc2c.tar.xz wireguard-openbsd-545a94571c1a7aa1666140191b2ebec42b76fc2c.zip |
LOCALE_CHARSETS has been unused for some time now
so no need to include share/locale/ctype/Makefile.inc to get it.
ok guenther@ stsp@ (who had the same diff)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc index 55cc38387c3..8c347ad9b25 100644 --- a/lib/libc/locale/Makefile.inc +++ b/lib/libc/locale/Makefile.inc @@ -1,11 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.20 2015/07/03 11:15:19 semarie Exp $ +# $OpenBSD: Makefile.inc,v 1.21 2016/03/20 15:42:35 jca Exp $ # locale sources .PATH: ${LIBCSRCDIR}/locale -# for LOCALECHARSETS -.include "${.CURDIR}/../../share/locale/ctype/Makefile.inc" - SRCS+= btowc.c _def_messages.c _def_monetary.c _def_numeric.c _def_time.c \ localeconv.c nl_langinfo.c setlocale.c iswctype.c __mb_cur_max.c \ mblen.c mbrlen.c mbstowcs.c mbtowc.c multibyte_citrus.c wcscoll.c \ @@ -43,4 +40,3 @@ MLINKS+=setlocale.3 localeconv.3 \ wcsrtombs.3 wcsnrtombs.3 CFLAGS+=-I${.CURDIR} -I${LIBCSRCDIR}/citrus -CFLAGS+=-DLOCALE_CHARSETS="\"${LOCALECHARSETS}\"" |