mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 15:19:31 -04:00
12 lines
179 B
Makefile
12 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>
|