/usr/src/blcr-0.8.5/util/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 6 7 8 9 | # cr_info is disabled since vmadcheck is currently broken -PHH 12.5.03
if BUILD_CR_INFO
cr_info=cr_info
else
cr_info=
endif
SUBDIRS = cr_checkpoint cr_restart cr_run $(cr_info)
EXTRA_DIST = license.txt
|