| # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include $(TOPDIR)/rules.mkinstall: ${TOOLS_DIR}/mkcrypt${TOOLS_DIR}/mkcrypt:	$(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o $@ mkcrypt.cinclude $(TOPDIR)/mk/tools.mk
 |