Deleted Added
full compact
Makefile.inc (25401) Makefile.inc (30447)
1# from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
1# from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
2# $Id$
2# $Id: Makefile.inc,v 1.3 1997/05/03 03:50:01 jb Exp $
3
4.PATH: ${.CURDIR}/../libc/nls
5
6SRCS+= catclose.c catgets.c catopen.c msgcat.c
7
3
4.PATH: ${.CURDIR}/../libc/nls
5
6SRCS+= catclose.c catgets.c catopen.c msgcat.c
7
8# Only build man pages with libc.
9.if ${LIB} == "c"
8.if ${LIB} == "c"
10MAN3+= nls/catclose.3 nls/catgets.3 nls/catopen.3
9MAN3+= catclose.3 catgets.3 catopen.3
11.endif
10.endif