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