1 # $NetBSD: Makefile.inc,v 1.10.8.1 2012/04/17 00:05:22 yamt 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 CPPFLAGS.catopen.c+= -I${LIBCDIR}/citrus 12 13