diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-10-05 09:46:01 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-10-05 09:46:01 +0000 |
| commit | 9b38fe632580a2f3d6329b6b100da23b6f3dddf8 (patch) | |
| tree | 32535ddf2b4af2825c40c3a5ba3fc2c292c95f1b /usr.bin | |
| parent | 4e815f76bf81d4880272964cf44d2147187028c1 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/ee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index dbe6f4e1613f0..196fd00ee1a86 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 \ |
