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