From 2a61c0a2e3289ad3c84566576a1fd7e989f75348 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 21 Oct 1995 23:47:43 +0000 Subject: Finally catch up with the Frenchmen, and create the German message catalog. :-) --- usr.bin/ee/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/ee/Makefile') diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index 196fd00..5c6c850 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 fr_FR.ISO_8859-1 +LANGS= en_US.ISO_8859-1 fr_FR.ISO_8859-1 de_DE.ISO_8859-1 afterinstall: @for i in ${LANGS}; do \ -- cgit v1.1