This file is indexed.

/usr/bin/mkcmake is in mk-configure 0.28.0-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
#!/bin/sh

BMAKE=${MKC_BMAKE-bmake}

$BMAKE -m /usr/share/mk-configure/mk "$@"