freebsd-nq/bin/csh/nls/Makefile
Andrey A. Chernov be2c49b193 Activate ja nls if WANT_KANJI
Fix 'make release'
Suppress 'make distribute'
2000-04-24 08:14:16 +00:00

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>