/usr/share/libxenomai-dev/examples/Makefile is in libxenomai-dev 2.6.4+dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | all:
@find . -mindepth 2 -name Makefile -execdir make \;
clean:
@find . -depth -mindepth 2 -name Makefile -execdir make clean \; 2>/dev/null || true
|