This directory will contain tools which are not necessary for OpenRC to run, but which some users have found useful. The first of these is deptree2dot, which converts /run/openrc/deptree to a .dot file for use with graphviz. This can assist in finding circular dependencies.
6 lines
76 B
Makefile
6 lines
76 B
Makefile
DIR= ${UPREFIX}/bin
|
|
BIN= deptree2dot
|
|
|
|
MK= ../../mk
|
|
include ${MK}/scripts.mk
|