This file is indexed.

/usr/share/doc/libssl-ocaml-dev/examples/Makefile is in libssl-ocaml-dev 0.4.6-3.

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
10
11
12
13
14
15
16
17
all: stelnet stalkd

clean:
	$(MAKE) -f Makefile.stelnet clean
	$(MAKE) -f Makefile.stalkd clean

distclean: clean
	rm -rf autom4te.cache config.log config.status
	rm -f Makefile.stelnet Makefile.stalkd

stelnet:
	$(MAKE) -f Makefile.stelnet

stalkd:
	$(MAKE) -f Makefile.stalkd

.PHONY: stelnet stalkd