minix/lib/nbsd_libc/nls/Makefile.inc
Gianluca Guida b6cbf7203b Import unmodified NetBSD libc in trunk
This patch imports the unmodified current version of NetBSD libc.
The NetBSD includes are in /nbsd_include, while the libc code itself is 
split between lib/nbsd_libc and common/lib/libc.
2011-02-14 19:36:03 +00:00

17 lines
404 B
Makefile

# $NetBSD: Makefile.inc,v 1.10 2009/01/11 02:46:29 christos Exp $
.PATH: ${.CURDIR}/nls
SRCS+= catclose.c catgets.c catopen.c
MAN+= catclose.3 catgets.3 catopen.3
# indirect reference stubs, to be removed soon.
SRCS+= _catclose.c _catgets.c _catopen.c
.if ${CITRUS} == "yes"
CPPFLAGS.catopen.c+= -DHAVE_CITRUS -I${LIBCDIR}/citrus
.else
CPPFLAGS.catopen.c+= -UHAVE_CITRUS -I${LIBCDIR}/locale
.endif