genode/repos/ports/recipes/src/grep/content.mk

13 lines
260 B
Makefile
Raw Normal View History

2017-10-23 11:01:40 +02:00
content: src/noux-pkg/grep LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/grep)
src/noux-pkg/grep:
mkdir -p $@
cp -a $(PORT_DIR)/src/noux-pkg/grep/* $@
cp -a $(REP_DIR)/src/noux-pkg/grep/* $@
LICENSE:
cp $(PORT_DIR)/src/noux-pkg/grep/COPYING $@