From 9c6976b8853a21747faa62615cf1f32f00f88237 Mon Sep 17 00:00:00 2001 From: jmz Date: Sat, 9 Sep 1995 15:05:14 +0000 Subject: Add fr_FR.ISO_8859-1 to LANGS --- usr.bin/ee/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/ee') diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index dbe6f4e..196fd00 100644 --- a/usr.bin/ee/Makefile +++ b/usr.bin/ee/Makefile @@ -7,7 +7,7 @@ LINKS= ${BINDIR}/ee ${BINDIR}/ree DPADD= ${LIBNCURSES} ${LIBMYTINFO} LDADD= -lncurses -lmytinfo -LANGS= en_US.ISO_8859-1 +LANGS= en_US.ISO_8859-1 fr_FR.ISO_8859-1 afterinstall: @for i in ${LANGS}; do \ -- cgit v1.1