/usr/src/blcr-0.8.5/examples/Makefile.am is in blcr-dkms 0.8.5-2.
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 | SUBDIRS = counting pthread_counting pthread_misc file_counting io_bench pipe_counting
MOSTLYCLEANFILES = context.*
EXTRA_DIST = license.txt README
all-local:
if test -d $(top_builddir)/libcr32/examples; then $(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/libcr32/examples all; fi
|