check:
	@if test "`${OBJDIR_tools_prog2}/prog2`" = 'Message #2'; then \
	   echo ok; \
	else \
	   echo FAILED; false; \
	fi

.include <mkc.mk>
