Deleted Added
full compact
bsd.nls.mk (99257) bsd.nls.mk (142666)
1# $FreeBSD: head/share/mk/bsd.nls.mk 99257 2002-07-02 12:37:09Z ru $
1# $FreeBSD: head/share/mk/bsd.nls.mk 142666 2005-02-27 16:36:54Z phantom $
2#
3# This include file <bsd.nls.mk> handles building and installing Native
4# Language Support (NLS) catalogs
5#
6# +++ variables +++
7#
8# GENCAT A program for converting .msg files into compiled NLS
9# .cat files. [gencat -new]

--- 10 unchanged lines hidden (view full) ---

20# NLSOWN National Language Support files owner. [${SHAREOWN}]
21#
22# NO_NLS Do not make or install NLS files. [not set]
23
24.if !target(__<bsd.init.mk>__)
25.error bsd.nls.mk cannot be included directly.
26.endif
27
2#
3# This include file <bsd.nls.mk> handles building and installing Native
4# Language Support (NLS) catalogs
5#
6# +++ variables +++
7#
8# GENCAT A program for converting .msg files into compiled NLS
9# .cat files. [gencat -new]

--- 10 unchanged lines hidden (view full) ---

20# NLSOWN National Language Support files owner. [${SHAREOWN}]
21#
22# NO_NLS Do not make or install NLS files. [not set]
23
24.if !target(__<bsd.init.mk>__)
25.error bsd.nls.mk cannot be included directly.
26.endif
27
28GENCAT?= gencat -new
28GENCAT?= gencat
29
30.SUFFIXES: .cat .msg
31
32.msg.cat:
33 ${GENCAT} ${.TARGET} ${.IMPSRC}
34
35.if defined(NLS) && !empty(NLS) && !defined(NO_NLS)
36

--- 40 unchanged lines hidden ---
29
30.SUFFIXES: .cat .msg
31
32.msg.cat:
33 ${GENCAT} ${.TARGET} ${.IMPSRC}
34
35.if defined(NLS) && !empty(NLS) && !defined(NO_NLS)
36

--- 40 unchanged lines hidden ---