freebsd-nq/bin/csh/nls/Makefile

13 lines
179 B
Makefile
Raw Normal View History

# $FreeBSD$
SUBDIR= finnish french german italian spanish
.if defined(WANT_KANJI)
SUBDIR+= ja
.endif
2000-04-20 07:08:43 +00:00
# We are not ready for greek yet
#SUBDIR+= greek
.include <bsd.subdir.mk>