1 # $NetBSD: Makefile.inc,v 1.10 2009/01/11 02:46:29 christos Exp $ 2 3 .PATH: ${.CURDIR}/nls 4 5 SRCS+= catclose.c catgets.c catopen.c 6 MAN+= catclose.3 catgets.3 catopen.3 7 8 # indirect reference stubs, to be removed soon. 9 SRCS+= _catclose.c _catgets.c _catopen.c 10 11 .if ${CITRUS} == "yes" 12 CPPFLAGS.catopen.c+= -DHAVE_CITRUS -I${LIBCDIR}/citrus 13 .else 14 CPPFLAGS.catopen.c+= -UHAVE_CITRUS -I${LIBCDIR}/locale 15 .endif 16 17