Home | History | Annotate | Line # | Download | only in nls
Makefile.inc revision 1.8.62.1
      1 #	$NetBSD: Makefile.inc,v 1.8.62.1 2009/01/04 17:02:20 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