]> git.saurik.com Git - apple/libc.git/blob - nls/Makefile.inc
e25b6c6f9a6157506af1a47dd0265aaa745ea0ce
[apple/libc.git] / nls / Makefile.inc
1 # from $NetBSD: Makefile.inc,v 1.7 1995/02/27 13:06:20 cgd Exp $
2 # $FreeBSD: src/lib/libc/nls/Makefile.inc,v 1.5.2.2 2001/04/25 10:04:07 ru Exp $
3
4 .PATH: ${.CURDIR}/nls
5
6 .include "Makefile.fbsd_begin"
7 FBSDMISRCS= msgcat.c
8 FBSDHDRS= msgcat.h
9 .include "Makefile.fbsd_end"
10
11 # Install msgcat.h for usage by gencat (in adv_cmds)
12 LOCALHDRS+= ${.CURDIR}/nls/msgcat.h
13
14 .if ${LIB} == "c"
15 .include "Makefile.fbsd_begin"
16 FBSDMAN3= catclose.3 catgets.3 catopen.3
17 .include "Makefile.fbsd_end"
18 .endif