10 lines
206 B
Makefile
10 lines
206 B
Makefile
# $NetBSD: Makefile.inc,v 1.12 2013/08/19 08:03:34 joerg Exp $
|
|
|
|
.PATH: ${.CURDIR}/nls
|
|
|
|
SRCS+= catclose.c catgets.c catopen.c
|
|
MAN+= catclose.3 catgets.3 catopen.3
|
|
|
|
CPPFLAGS.catopen.c+= -I${LIBCDIR}/citrus
|
|
|