]> git.saurik.com Git - apple/libc.git/blob - nls/Makefile.inc
94145cf537266f930e1e3a123e1554851e4e02d7
[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 FBSDSRCS= msgcat.c
8 FBSDORIGHDRS= msgcat.h
9 .include "Makefile.fbsd_end"
10
11 # Install msgcat.h for usage by gencat (in adv_cmds)
12 LOCALHDRS+= 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