LEVEL = ../.. LIBRARYNAME = execve SHARED_LIBRARY = 1 include $(LEVEL)/Makefile.common all:: llee llee: $(DESTTOOLCURRENT)/llee $(DESTTOOLCURRENT)/llee: Makefile echo exec env LD_PRELOAD=$(DESTLIBCURRENT)/execve.so $$\* > $@ chmod u+x $@ clean:: rm -f $(DESTTOOLCURRENT)/llee