1PROG= localeck 2MAN= 3WARNS?= 4 4 5LOCALEDIR?= /usr/share/locale 6 7test: ${PROG} 8 sh docheck.sh ${LOCALEDIR} 9 10.include <bsd.prog.mk> 11