diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-04-21 10:14:09 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-04-21 10:14:09 +0000 |
| commit | 75603ec101076f349834c142cd0849e1567787e1 (patch) | |
| tree | 164b0263768e09a80a51370e6e062729c92502ab | |
| parent | 25bb73e063c17cd9048cf60100dbc0ac5177e94a (diff) | |
Notes
| -rw-r--r-- | bin/csh/nls/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/csh/nls/Makefile b/bin/csh/nls/Makefile index 8f934864e2c78..7dcd0ae3b983a 100644 --- a/bin/csh/nls/Makefile +++ b/bin/csh/nls/Makefile @@ -1,6 +1,9 @@ # $FreeBSD$ -SUBDIR= finnish french german italian ja spanish +SUBDIR= finnish french german italian spanish + +#Disabled - additional tuning required +#SUBDIR+= ja # We are not ready for greek yet #SUBDIR+= greek |
