Deleted Added
full compact
Makefile (295204) Makefile (295224)
1# $FreeBSD: head/bin/csh/Makefile 295204 2016-02-03 11:44:43Z ume $
1# $FreeBSD: head/bin/csh/Makefile 295224 2016-02-03 23:37:24Z bdrewery $
2# @(#)Makefile 8.1 (Berkeley) 5/31/93
3#
4# C Shell with process control; VM/UNIX VAX Makefile
5# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
6#
7# To profile, put -DPROF in DEFS and -pg in CFLAGS, and recompile.
8
9.include <src.opts.mk>

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

57 german:de_DE.UTF-8 \
58 greek:el_GR.UTF-8 \
59 italian:it_IT.UTF-8 \
60 ja:ja_JP.UTF-8 \
61 russian:ru_RU.UTF-8 \
62 spanish:es_ES.UTF-8 \
63 ukrainian:uk_UA.UTF-8
64
2# @(#)Makefile 8.1 (Berkeley) 5/31/93
3#
4# C Shell with process control; VM/UNIX VAX Makefile
5# Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
6#
7# To profile, put -DPROF in DEFS and -pg in CFLAGS, and recompile.
8
9.include <src.opts.mk>

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

57 german:de_DE.UTF-8 \
58 greek:el_GR.UTF-8 \
59 italian:it_IT.UTF-8 \
60 ja:ja_JP.UTF-8 \
61 russian:ru_RU.UTF-8 \
62 spanish:es_ES.UTF-8 \
63 ukrainian:uk_UA.UTF-8
64
65NLSLINKS_de_DE.UTF-8 = de_AT.UTF-8 de_CH.UTF-8 de_DE.UTF-8
65NLSLINKS_de_DE.UTF-8 = de_AT.UTF-8 de_CH.UTF-8
66NLSLINKS_fr_FR.UTF-8 = fr_BE.UTF-8 fr_CA.UTF-8 fr_CH.UTF-8
67NLSLINKS_it_IT.UTF-8 = it_CH.UTF-8
68
69.if ${MK_NLS_CATALOGS} == "no" || defined(RESCUE)
70CFLAGS+= -DNO_NLS_CATALOGS
71.else
72CFLAGS+= -DHAVE_ICONV
73.if ${MK_ICONV} != "no"

--- 76 unchanged lines hidden ---
66NLSLINKS_fr_FR.UTF-8 = fr_BE.UTF-8 fr_CA.UTF-8 fr_CH.UTF-8
67NLSLINKS_it_IT.UTF-8 = it_CH.UTF-8
68
69.if ${MK_NLS_CATALOGS} == "no" || defined(RESCUE)
70CFLAGS+= -DNO_NLS_CATALOGS
71.else
72CFLAGS+= -DHAVE_ICONV
73.if ${MK_ICONV} != "no"

--- 76 unchanged lines hidden ---