# Makefile which installs the license files

include ../Makefile.cfg

install:
	mkdir -p $(TOOLCHAIN_PREFIX)/share/licenses
	cp -rv *.dat $(TOOLCHAIN_PREFIX)/share/licenses
