be2c49b193
Fix 'make release' Suppress 'make distribute'
13 lines
179 B
Makefile
13 lines
179 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= finnish french german italian spanish
|
|
|
|
.if defined(WANT_KANJI)
|
|
SUBDIR+= ja
|
|
.endif
|
|
|
|
# We are not ready for greek yet
|
|
#SUBDIR+= greek
|
|
|
|
.include <bsd.subdir.mk>
|