# $FreeBSD:$ SUBDIR = ja ko new-language all: catalog catalog: chdir ${.CURDIR}/ja && make catalog chdir ${.CURDIR}/ko && make catalog updatesysinstall: chdir ${.CURDIR}/ja && make updatesysinstall chdir ${.CURDIR}/ko && make updatesysinstall chdir ${.CURDIR}/new-language && make updatesysinstall verify: chdir ${.CURDIR}/ja && make verify chdir ${.CURDIR}/ko && make verify clean: rm -f ${.CURDIR}/*~ .include