blob: 089c6ad7b94029273d75884500085a15c3d585f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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.mk
install: ${STAGING_HOST_DIR}/usr/bin/mkcrypt
${STAGING_HOST_DIR}/usr/bin/mkcrypt:
$(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o $@ mkcrypt.c
include $(TOPDIR)/mk/tools.mk
|