diff options
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index 18ebb61d9..0facf62b9 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -8,3 +8,9 @@ ANACONDADATADIR = /usr/share/anaconda ARCH := $(patsubst i%86,i386,$(shell uname -m)) ARCH := $(patsubst sparc%,sparc,$(ARCH)) + +# +# define options +# +JAPANESE=1 + |